Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadniks/neglest
An opengl 3d game
https://github.com/vadniks/neglest
cmake game opengl sdl2
Last synced: 4 days ago
JSON representation
An opengl 3d game
- Host: GitHub
- URL: https://github.com/vadniks/neglest
- Owner: vadniks
- Created: 2024-03-28T18:44:11.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-13T18:04:46.000Z (7 months ago)
- Last Synced: 2024-04-14T08:43:46.922Z (7 months ago)
- Topics: cmake, game, opengl, sdl2
- Language: C++
- Homepage:
- Size: 578 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Neglest - An OpenGL 2D roguelike game
Inspired by the https://github.com/true-grue/DandyBot.
Player is controlled by a programmable algorithm that can be
embedded in the game library. The example of that algorithm
is presented within the library for demonstration and it is
the ideal algorithm for this game.## Screenshots
![](screenshots/a.png)
![](screenshots/b.png)