Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabioarnold/zeroman
https://github.com/fabioarnold/zeroman
gamedev games webassembly zig
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabioarnold/zeroman
- Owner: fabioarnold
- Created: 2022-04-24T10:09:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T17:02:02.000Z (about 1 year ago)
- Last Synced: 2024-10-15T02:43:01.984Z (3 months ago)
- Topics: gamedev, games, webassembly, zig
- Language: Zig
- Homepage: https://zeroman.space
- Size: 226 KB
- Stars: 91
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zero Man
A basic Mega Man clone with Zero as the main character.
Try it: https://zeroman.space
## Building and running
Needs [Zig](https://ziglang.org/download/) master.
```bash
# Get the source
$ git clone https://github.com/fabioarnold/zeroman# Build `zig-out/lib/main.wasm`
$ cd zeroman
$ zig build# Run an HTTP server
$ python3 -m http.server
```