Game Programming

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.

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.