Files
fall-fever/README.md
2023-07-02 22:16:28 +02:00

14 lines
519 B
Markdown

A work in progress game engine written in C++ using OpenGL and [entt](https://github.com/skypjack/entt).
![A screenshot](screenshot.png)
## Controls
| Button | Action |
| ------------ | -------------------------- |
| W, A, S, D | Horizontal Camera Movement |
| Left Shift | Camera Down |
| Space | Camera Up |
| Left Alt | Accelerate |
| Left Control | Catch Mouse |
| Escape | Quit |