Skip to content

ggabimoran/ProjetC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morpion

Imperative programming project.


Morpion is a solitaire game. Rules and goals are explained in 'instructions.pdf'.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

foo@bar$ git clone https://github.com/GeoffreyDlvl/ENSIIE-morpion.git

Prerequisites

The project runs preferably on a linux machine. The only required tools are GCC, the GNU Compiler Collection, and make, the GNU make utility. They should be installed by default. If they are not, the following linux command will install gcc

foo@bar$ sudo apt install gcc

And this command will install make

foo@bar$ sudo apt install build-essential

Building

To build the project, simple type the following command on the root of the project

foo@bar$ make

Testing

Installing CUnit

foo@bar$ sudo apt-get install libcunit1 libcunit1-doc libcunit1-dev

Including it in c file

#include <CUnit/CUnit.h>

Including it in build

foo@bar$ gcc  -o test test.c  -lcunit

Running the game

Go to the sources directory and execute the program

foo@bar$ ./morpion

Built With

  • GCC - The GNU Compiler Collection

Versioning

We use Git for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Réalisation d'un jeu type Morpion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors