crocparty/README.md

17 lines
159 B
Markdown
Raw Normal View History

2024-02-25 02:53:43 +00:00
# Croc Party!
2024-02-26 06:10:21 +00:00
A tiny platform game in C/SDL.
# Commands
## Run (release)
```
$ bazel run -c opt sdl_host.exe
```
## Run
```
$ bazel run sdl_host.exe
```