Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishsinha-io/capstone
Software engineering capstone project.
https://github.com/anishsinha-io/capstone
Last synced: 3 months ago
JSON representation
Software engineering capstone project.
- Host: GitHub
- URL: https://github.com/anishsinha-io/capstone
- Owner: anishsinha-io
- License: mit
- Created: 2024-09-14T03:05:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T23:43:04.000Z (3 months ago)
- Last Synced: 2024-10-17T10:35:49.899Z (3 months ago)
- Language: C++
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Roguelike
This is our capstone project.
## Build Instructions
There are two options for building this project:
- Zig
- CMakeTry them in order if you can.
### Building with Zig
You should have the zig toolchain installed. If you dont, install it.
MacOS: `brew install zig`
Windows: `winget install -e --id zig.zig`Check your zig version. It should be `0.13.0`.
Now, in this directory, you can run `zig build` to build the project and dump the headers in `/zig-out/include`. To run the application manually, run the file `/zig-out/bin/roguelike`.
To build and run in the same step, type `zig build run` in your terminal.
# License
The source code is governed by the MIT License. However, this does not include anything under the resources directory, which contains art, assets, sprites, etc. These are not governed by an open source license and are property of Anish Sinha.