Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabioarnold/zeroman


https://github.com/fabioarnold/zeroman

gamedev games webassembly zig

Last synced: 3 months ago
JSON representation

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
```