Project Source Code

Pong the Ball Game(AI) in VanillaJS with Source Code

Submitted by razormist on
Pong the Ball Game(AI) in VanillaJS with Source Code - A web game application created using Pure JavaScript only, where the objective is to defeat an AI. The game is very simple: you can control the paddle using the mouse coordinates to hit the ball back in the opposite direction. JavaScript 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.

Solitaire Card Game using Tkinter in Python with Source Code

Submitted by razormist on
Solitaire Card Game using Tkinter in Python with Source Code - A Python game application that uses the Tkinter library to replicate the gameplay of the real solitaire card game. The game mechanics are the same as the original, where you need to stack the 4 cards in a specific pattern and order. Python Source Code.