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

https://github.com/josefilipeferreira/haskhell3d

Haskell-Gloss Doom-like 3D shooter
https://github.com/josefilipeferreira/haskhell3d

3d-shooter gloss haskell

Last synced: 10 months ago
JSON representation

Haskell-Gloss Doom-like 3D shooter

Awesome Lists containing this project

README

          

# haskHell3D

Implementation of a 3D shooter that uses the same mechanics
as Doom to simulate 3D programmed in Haskell and Gloss

## Getting Started
### Setting up

* Make sure you have [Gloss](http://hackage.haskell.org/package/gloss) installed.
```
cd src && sh build.sh
```

## Dependency

* [Haskell-Gloss](http://hackage.haskell.org/package/gloss)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details