Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 580 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 580 Bytes

Pico8-Actop : pico-8 based 2d top-down action

Play online at: [https://yuxiaomao.github.io/pico8-actop]

Learning project

Implemented features

  • Animated player move, player attack, enemy move
  • Auto spawn enemy
  • Auto spawn pickable item (pill for hp/mp)
  • Player can make melee attack
  • Player can make ranged attack using mp
  • Difficulty (spawn more enemy after some kills)

Build

In pico-8:

  • binary
    • export -i 76 -s 4 -f actop.bin
  • html
    • use ctrl+7 to capture an label
    • export -f actop.html

Development tools

  • pico-8 on Linux
  • gedit text editor