Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armael/o2engine
2D engine managing (only) balls, and missilecommand, a small game using it. In OCaml.
https://github.com/armael/o2engine
Last synced: 13 days ago
JSON representation
2D engine managing (only) balls, and missilecommand, a small game using it. In OCaml.
- Host: GitHub
- URL: https://github.com/armael/o2engine
- Owner: Armael
- Created: 2013-02-25T19:47:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-25T19:52:00.000Z (almost 12 years ago)
- Last Synced: 2024-11-12T18:12:08.643Z (2 months ago)
- Language: OCaml
- Size: 520 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Ce projet est organisé classiquement en deux répertoires :
lib/ contenant les bibliothèques (ici des modules ocaml)
src/ contenant les programmes les utilisantIl y a les programmes suivants :
main
billard
missilecommandPour compiler un d'entre eux, taper
make
Pour nettoyer,
make mproper