Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# Sindri
|
||||
|
||||
Game engine.
|
||||
|
||||
## Usage
|
||||
|
||||
<!-- TODO: --> TODO
|
||||
|
||||
## Compiling
|
||||
|
||||
### Dependencies
|
||||
|
||||
- `odin`
|
||||
- `sh` a POSIX compatible shell
|
||||
|
||||
### Building
|
||||
|
||||
```sh
|
||||
./build.sh
|
||||
./build.sh debug
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Make sure to enable git hooks:
|
||||
|
||||
```sh
|
||||
git config core.hooksPath scripts
|
||||
```
|
||||
Reference in New Issue
Block a user