https://github.com/oleiade/paon
A simple Snake C++ game, including a two players "Tron mode".
https://github.com/oleiade/paon
Last synced: 11 months ago
JSON representation
A simple Snake C++ game, including a two players "Tron mode".
- Host: GitHub
- URL: https://github.com/oleiade/paon
- Owner: oleiade
- Created: 2011-03-29T11:01:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-29T11:24:27.000Z (almost 15 years ago)
- Last Synced: 2025-02-26T13:50:44.294Z (11 months ago)
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Paon -- A simple Snake game written in C++, including a two players "Tron mode"
In order to compile it, you need g++-4.5 (Yes, you're gonna have to compile it
from source if you're on OSX). Just go in QTPaon-build-desktop and type 'make'
then on root directory type make too.
You're done, you can now load the game with the following command:
./exec/Paon x_plate_size y_plate_size lib_paon_qt.so
replacing x_plate_size and y_plate_size by a value beetween ]20;200]