Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)