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

https://github.com/bramtechs/dream-emu

game development
https://github.com/bramtechs/dream-emu

Last synced: 8 months ago
JSON representation

game development

Awesome Lists containing this project

README

          

# Game-dev projects
work-in-progress video games written in c++ with [raylib](https://github.com/raysan5/raylib), relying on an ECS kind of system.

## Compilation + Running
using *Developer Command Prompt for VS 2022*

```bat
git clone https://github.com/bramtechs/dream-emu.git
cd dream-emu/forge
forge.bat runrel
```
> Note: If release builds crash for some reason, try building with debug:

```
forge.bat run
```

## TODO
- [ ] Dream emulator (some small 3d game to develop my library around)
- [ ] Temple Mayhem (some small 2d game to develop my library around)
- [ ] Space Game (the rpg that will never be done)

### Previews

### Screenshots
![004](/screenshots/indev2d.png)
![003](/screenshots/indev003.png)
![002](/screenshots/indev002.png)