A proof-of-concept game implementing some certain mechanics. https://code.ivysaur.me/serohiege
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 632197a57a commit all archived files 2015-10-04 00:00:00 +00:00
dist-archive commit all archived files 2015-10-04 00:00:00 +00:00
doc commit all archived files 2015-10-04 00:00:00 +00:00
.legacy-codesite.toml initial meta commit 2015-09-21 00:00:00 +00:00
README.md commit all archived files 2015-10-04 00:00:00 +00:00

README.md

serohiege

A proof-of-concept game implementing some certain mechanics.

  • Drop in/out four player co-op using HTML5 Gamepad API (press Start to join; tested with XInput-compatible controllers)
  • Melee and ranged attacks (use second analog stick)
  • AI, enemy spawning, sprite animation, collision detection, health, dynamic viewport, death animations...
  • Incorporates some assets sourced under permissive licenses, see LICENSE.txt for more detail.

Tags: game

TODO

  • Add features that were present in the inspiration game (drops, waves, level progression, persistence, menu)...
  • Windows binary using nw.js

See Also

Changelog

2015-10-04: r0

2015-09-21: r0-private

  • Initial private release