Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bayou-brogrammer/ocaml_invader
Invaders with Ocaml (OpenGL + GLUT)
https://github.com/bayou-brogrammer/ocaml_invader
Last synced: 9 days ago
JSON representation
Invaders with Ocaml (OpenGL + GLUT)
- Host: GitHub
- URL: https://github.com/bayou-brogrammer/ocaml_invader
- Owner: bayou-brogrammer
- Created: 2023-07-25T01:31:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T01:35:42.000Z (over 1 year ago)
- Last Synced: 2024-10-27T15:42:24.697Z (about 2 months ago)
- Language: OCaml
- Size: 901 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OCaml Invaders
## Simple space invaders game to get more familiar with ocaml and open gl. Super simple and to the point :-)
### Setup
This project uses opam with dune. Make sure you have labgl installed with opam
### Running
dune exec ocaml_invader
#### Screenshots
![invader_1](./static/1.png)
![invader_2](./static/2.png)
![invader_3](./static/3.png)