Skip to content

YushiOMOTE/mcp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yubaba 2D platformer

A 2D wasm platformer.

You control Chihiro and beat Yubaba.

The status of Yubaba is based on the ranking.

For example,

  • One article in the list corresponds to one Yubaba.
  • The life of Yubaba is the number of LGTM + 1.
  • The attack of Yubaba is the icon of the article authors.

Demo

https://yushiomote.github.io/mcp2/

  • W, A, S, D keys to move the character. (You may first need to click the canvas to focus)
  • J to attack.

Setup

Install dependencies.

make setup

Build

Build wasm. The outputs are placed in static/target.

make build

Run

Run a http server that shows the game. Check it on your browser.

make run

Note

  • To change site prefix set the environment variable MCP2_PREFIX=<prefix>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published