Game Programming

Hangman Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Hangman Game using HTML&CSS in VanillaJS with Source Code - A web game application coded purely in JavaScript where you need to guess a hidden word. The game itself is very tricky and fun. The player can choose a category for the word to be guessed. JavaScript Source Code.

Tic Tac Toe Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Tic Tac Toe Game using HTML&CSS in VanillaJS with Source Code - A competitive board created purely in JavaScript where two players can play. Players can place their bet on the grid tiles to form a three-aligned direction (Vertical, Horizontal, Diagonal). JavaScript Source Code.

Picture Match Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Picture Match Game using HTML&CSS in VanillaJS with Source Code - A puzzle-style game created purely in JavaScript where the goal is to pair two images. The game is basic and straightforward, requiring players to match all the images to earn a good score. JavaScript Source Code.

Battleship War Game in Terminal Console in Python with Source Code

Submitted by razormist on
Battleship War Game in Terminal Console using Python with Source Code - A Python game application that displays in the console terminal where you need to dominate your enemy. This application is very easy to play; you only need to locate the enemy ship's position in order to annihilate it. Python Source Code.

Tic Tac Toe Game using Tkinter in Python with Source Code

Submitted by razormist on
Tic Tac Toe Game using Tkinter in Python with Source Code - A classic board-style game coded in Python where two players can compete against each other. The rules are very simple: the first player to align three symbols in any direction (horizontal, vertical, diagonal) will win the game. Python Source Code.

Ball Catcher Game in Python with Source Code

Submitted by razormist on
Ball Catcher Game in Python with Source Code - An arcade-style game application created in Python where your objective is to catch all the balls. This application can be played by moving the mouse from left to right. Each time you catch a ball, you earn a score; otherwise, the game will be over. Python Source Code.

Breakout Game in Vanilla JS with Source Code

Submitted by razormist on
Breakout Game in Vanilla JS with Source Code - A classic arcade-style game created purely using JavaScript, featuring the timeless concept of breaking blocks. The game's mechanics are straightforward, requiring players to control the paddle to balance the ball while strategically destroying the blocks. JavaScript Source Code.

Minesweeper Game in Vanilla JS with Source Code

Submitted by razormist on
Minesweeper Game in Vanilla JS with Source Code - A puzzle-style game created purely with JavaScript, this game is a clone of the classic and mind-bending Minesweeper. The gameplay is quite tricky, requiring players to carefully dig up the ground while avoiding hitting mines in order to win the game. Javascript Source Code.