Skip to content

srbcheema1/ExeploreGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExeploreGame

ExeploreGame is a set of 8 classic games re-imagined for the current time.
Enjoy games ranging from puzzles such as Tic-Tac-Toe to arcade-style play like snake!

This game is developed by Team.EXE

Coded using Java. Download the repository as a ZIP file. Ensure that you have a working Java Runtime Enviroment to make it run properly.

Alternatively, get an IDE, e.g. Netbeans to run this game.

Start the program by running MainFrame.java

Exeplore is a collection of eight games:

Tic-Tac-Toe:

The game of X's and O's.

TTT_screenshot

Memory Game:

A challenging game of memorization.

memory_screenshot

Eight Queen:

Use a chess board as never used before! 8 queens battle it out for royal superiority!

queens_screenshot

Black vs White:

Play against the computer to claim as many spots as you can before you're boxed in!

BvW_screenshot

Puzzle:

A 4x4 sliding puzzle.

puzzle_screenshot

Snake:

The good ol' snake.

snake_screenshot

Balls and Bridges:

Control several balls to open bridges and get any ball to the finish line.

balls_screenshot

Push Box:

Push each box onto one of the target areas.

boxes_screenshot

Contribute to the development of this game by:

A. Report Issues, please check if the issue already exists here.
B. Contribute to the existing issues and issue a pull request.
#Try to contribute to this repository as much as you can to make this game worth of the hard work put into it.