Skip to content

nono313/3D-Chess-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#3D Chess game (Java)

3D chess game inspired by the Star Trek franchise

####Authors Maxime BOURGEOIS (maxime.bourgeois@utbm.fr)
Nathan OLFF (nathan.olff@utbm.fr)

####Objective A special version of the classic chess game is often played by the characters of the Star Trek franchise in movies and tv series.
This is an implementation in Java of this board game.
It is played like a normal chess game despite the presence of multiple boards.

####Implementation This project was part of an initiation course on object-oriented programming.
It was developped in Java with the Swing librairy.
When coding the project, we tried to respect the MVC pattern by using interfaces to link the view, the controller and the model.

####Features

  • Multiplayer functionality
  • Random bots are available, either for one or for both players
  • Saving the current game to an XML file and restore it.
  • Move of the attack boards (see the Rules.txt)

About

3D chess game inspired by the Star Trek franchise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages