Skip to content

syafino/Checkers-with-C-HTML-little-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

As part of an honors program at Parkland College, I developed interactive games hosted on the college's Linux servers through CGI. This work earned me a $200 academic scholarship supervised by my CS Professor

🕹️ Featured Projects

♟️ Online Checkers Game https://remy.parkland.edu/~syunalfian1/personal_projects/checkers_backup/

An interactive, browser-based Checkers game designed for strategic two-player gameplay. Built with HTML, CSS, JavaScript, and AJAX Optimized for desktop browsing with near-instant move execution Focused on a clean user interface and responsive interactions While it is way easier to do this with python and JS, the main use of C++ was to challenge my understanding in Object Oriented Programming (OOP)

✊🖐✌️ Rock-Paper-Scissors (C++) https://remy.parkland.edu/~syunalfian1/personal_projects/rockpapersci/

This was mainly for CSS practice