Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.66 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.66 KB

SAE Dev - Project #1

C++ License: AGPL v3 TermKit

Table of Contents

About

This is the first development project from the University Institute of Technology of Nevers. It's a program that can start various games such as Tic Tac Toe, Hangman, and many others. It runs on MacOS, Linux and even Windows.

See Doxygen for more information.

Game List

  • Connect4 : A game where you have to align 4 tokens in a row.
  • Gravier Carton Couteau™ : A game inspirated by the Rock Paper Scissors game.
  • Hangman : A game where you have to guess a word by guessing letters.
  • Reflex : A game where you have to press a key as fast as possible.
  • Right price : A game where you have to guess the price of an object.
  • Shipwar : A game where you have to sink all the ships of your opponent.
  • Tic Tac Toe : A game where you have to align 3 tokens in a row.

How to run it properly ?

It works on MacOS (with iTerm2) and Linux but Windows requires the new Windows Terminal to be able to be displayed correctly.

License

This project is licensed under the MIT License. See LICENSE for more information.

Authors