Game Programming

Simple Android Game(2048) in Python Free Source Code

Submitted by razormist on
Simple Android Game(2048) in Python Free Source Code - A classic puzzle game that clone the actual 2048 android game. The rules is same as the original, you need to merge the same number to get the bigger number. Try to merge more and get the possible high score. Python Free Source Code.

Console Base Number Guessing Game in Python Free Source Code

Submitted by razormist on
Console Base Number Guessing Game in Python Free Source Code - A very simple kind of game where the gameplay is only guessing a number from 1 to 9. You need to guess the number correctly because you are only given a limited amount of guesses. Python Free Source Code.

Hockey Game (Multiplayer) in Python Free Source Code

Submitted by razormist on
Hockey Game (Multiplayer) in Python Free Source Code - A simple classic arcade multiplayer game where players must compete to each other. The players can play the game via keyboard bindings (A, W, S, D for Player 1, Left, Up, Right, Down Arrow keys for Player 2). Python Free Source Code.

Tic Tac Toe Game in C# Free Source Code

Submitted by razormist on
Tic Tac Toe Game in C# Free Source Code - A classic multiplayer game that compete by two persons. The mechanic of the game is whoever the first player to form a Horizontal, Vertical, Diagonal three line will be the winner. A simple and very fun competitive game that can be enjoyable playing with your friends. C# Free Source Code.

Ghost Hunter Game in JavaScript Free Source Code

Submitted by razormist on
Ghost Hunter Game in JavaScript Free Source Code - A simple arcade game where the objective is to hunt the ghost that lurk in the field. You need to move the mouse toward the ghost in order to get a score. The ghost will appear randomly in the screen so be fast and hunt the ghost immediately. JavaScript Free Source Code.