https://github.com/fgrehm/pucrs-doom2d
Doom 2D
https://github.com/fgrehm/pucrs-doom2d
Last synced: about 1 year ago
JSON representation
Doom 2D
- Host: GitHub
- URL: https://github.com/fgrehm/pucrs-doom2d
- Owner: fgrehm
- License: mit
- Created: 2014-09-08T21:42:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T02:06:59.000Z (over 11 years ago)
- Last Synced: 2025-02-05T08:12:50.765Z (over 1 year ago)
- Language: C++
- Size: 12.9 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```