Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatonebro/snake-in-c-min
snake in C min
https://github.com/thatonebro/snake-in-c-min
Last synced: 23 days ago
JSON representation
snake in C min
- Host: GitHub
- URL: https://github.com/thatonebro/snake-in-c-min
- Owner: ThatOneBro
- Created: 2023-10-01T21:58:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T06:19:49.000Z (6 months ago)
- Last Synced: 2024-11-30T21:36:11.740Z (28 days ago)
- Language: C
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake in c min
The goal is to make a cross-platform game as experiment to see what it takes to make a game engine that cross-compiles to WASM/WebGL2, Mac, Windows, and Linux/X11 via Raylib.
Goals:
- [ ] Demonstrate the use of an ECS system
- [ ] Support multiplayer via WebSockets
- [ ] Demonstrate the use of a server-side cheat detection system
- [ ] Compile to at least the following targets:
- [ ] Mac x64 10.9+ (needs testing)
- [x] Apple Silicon Mac
- [ ] Debian/Ubuntu x64 (x11)
- [ ] Debian/Ubuntu ARM64 (x11)
- [ ] Windows 10+ x64
- [ ] Windows 11 ARM64
- [x] Chrome latest
- [x] Firefox latest
- [x] Safari latest