Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 utilisant

Il y a les programmes suivants :

main
billard
missilecommand

Pour compiler un d'entre eux, taper

make

Pour nettoyer,

make mproper