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

https://github.com/fgrehm/pucrs-doom2d

Doom 2D
https://github.com/fgrehm/pucrs-doom2d

Last synced: about 1 year ago
JSON representation

Doom 2D

Awesome Lists containing this project

README

          

doom2d
======

A work in progress 2D version of Doom I, using a framework provided by Prof. Marcelo Cohen for the Digital Entertainment class at PUCRS.

# Initial setup

On Ubuntu 14.04:

```sh
sudo apt-get install libglew-dev g++ codeblocks zlib1g-dev
sudo ln -s /usr/lib/x86_64-linux-gnu/libGLEW.so /usr/lib/x86_64-linux-gnu/libGLEW.so.1.8
```