Simple Program

Checker Game(Multiplayer) in VanillaJS with Source Code

Submitted by razormist on
Checker Game(Multiplayer) in VanillaJS with Source Code - A board game created purely in JavaScript where two players can compete against each other. The gameplay mechanics of the game are the same as the original, where you can move your pieces diagonally to capture the opponent's pieces. JavaScript Source Code.

Balloon Popper Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Balloon Popper Game using HTML&CSS in VanillaJS with Source Code - A web browser game application created purely in JavaScript where you pop balloons to score points. The project is very fun and enjoyable, requiring you to dash left and right while controlling a sharp object to pop the balloons. JavaScript Source Code.

Click Mania Game using Tkinter in Python with Source Code

Submitted by razormist on
Click Mania Game using Tkinter in Python with Source Code - A memory-style game coded in Python using the Tkinter library where you need to match the color patterns. The game requires you to click the tiles continuously while looking for matching color patterns. Python Source Code.