Game Programming

Box Wars Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Box Wars Game using HTML&CSS in VanillaJS with Source Code - A shooting game created purely in JavaScript where you need to destroy your enemies to score points. This simple program is really fun and enjoyable to play while aiming for a high score. JavaScript Source Code.

Frogger Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Frogger Game using HTML&CSS in VanillaJS with Source Code - An arcade-style game coded purely in JavaScript where your goal is to safely cross the road. The player can control the character using the keyboard. You must avoid getting hit by cars on the road and jump on top of planks to cross the river. JavaScript Source Code.

Word Scramble Game in VanillaJS with Source Code

Submitted by razormist on
Word Scramble Game in VanillaJS with Source Code - A word game coded purely in JavaScript where the player must unscramble words before the time runs out. The program is straightforward; you need to carefully understand the hint in order to determine the correct word. JavaScript Source Code.

Bug Catching Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Bug Catching Game using HTML&CSS in VanillaJS with Source Code - A bug-catching game built purely in JavaScript where the player catches bugs. The game is very fun and quite challenging because as time passes, the appearance of bugs becomes faster. 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.

Chess Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Chess Game using HTML&CSS in VanillaJS with Source Code - A classic board game built purely in JavaScript where players can compete with an AI or another player. The game mechanics are the same as the original chess game, where you need to capture the enemy king piece to win. JavaScript Source Code.

Basketball Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Basketball Game using HTML&CSS in VanillaJS with Source Code - A ball game created purely in JavaScript where your goal is to throw the ball into the basket. The game mechanics are very straightforward; the player can control the ball using the mouse. JavaScript Source Code.