Skip to content

LilianManzano/Kartel_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

It's a simple console application reproducing of the already existing board game 'Kartel', all players play on the same computer.

This project was made for a 1st year license study project.

Features

All the rules of the original game are present, plus a new type of token. You can view the rules from the app, or find them in the 'docs' folder.

Built with

The project was made in Java.

Get and use project

Prerequisites

  1. You need Java.

Installation

  1. Clone the repo.
git clone https://github.com/LilianLeVrai/Kartel_game.git
  1. Compile java files from 'src' folder.
javac ./kartel_game/*.java
  1. Create the executable (.jar) from 'src' folder.
jar cvmf manifest.mf kartel_game.jar kartel_game
  1. Run the game.
java -jar kartel_game.jar

Documentation

You can find some documentation (report, class diagram,...) about this project in the 'docs' folder. This project being intended for a French professor, so this documentation and the comments of the code are in French.

Contributors

About

A simple reproduction of the board game Kartel

Topics

Resources

Stars

Watchers

Forks

Languages