https://github.com/bramtechs/dream-emu
game development
https://github.com/bramtechs/dream-emu
Last synced: 8 months ago
JSON representation
game development
- Host: GitHub
- URL: https://github.com/bramtechs/dream-emu
- Owner: bramtechs
- Archived: true
- Created: 2022-12-03T13:50:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T19:06:17.000Z (over 3 years ago)
- Last Synced: 2025-06-23T07:39:39.109Z (12 months ago)
- Language: C
- Homepage:
- Size: 111 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


