Skip to content

"Four in a row" C++ assigment for the PROAV course at ECN

License

Notifications You must be signed in to change notification settings

francofusco/forza_quattro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ assignment for the ARPRO / PROAV courses at Centrale Nantes.

f4

  • Goal: implement the game Four in a Row
  • Topics: classes & inheritance
  • Instructions: have a look at latex/forza_quattro.pdf
  • Dependencies:

To compile and run the solution:

git clone --recursive https://github.com/bernhardfritz/piksel.git
mkdir build && cd build
cmake .. -DBUILD_SOLUTIONS=ON
make
./solution/solved_forza_quattro

To build the web-application, install Emscripten using:

git clone https://github.com/emscripten-core/emsdk.git
cd emsdk/
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh

Then, compile almost as above:

mkdir build && cd build
emcmake cmake .. -DBUILD_SOLUTIONS=ON
emmake make

About

"Four in a row" C++ assigment for the PROAV course at ECN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published