Thanks to visit codestin.com
Credit goes to github.com

Skip to content

taisukef/quantattack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

647 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantAttack

js ver (under construction)

original on web

https://qniapp.github.io/quantattack/

test

lua memo

  • 配列は1から始まる
  • ~= は !=
  • flg and 1 or -1 は flg ? 1 : -1
  • #particles.all は particles.all.length

lua version

how to build

  1. Install Python (3 version 3.4 or later)
  2. Download and unpack picotool-master.zip, or use Git to clone picotool
  3. pip install . on the picotool path
  4. Install lua, luarocks
# for Mac
brew install lua luarocks
  1. Install busted (for Mac)
luarocks install busted
luarocks install LuaCov
luarocks install lua-compat
  1. rake build:debug
  2. run

how to build web app → NG

sh export_and_patch_cartridge_release.sh

how to run → NG

PICO-8.app/Contents/MacOS/pico8 quantattack/v0.7.5_release/quantattack_vs_human.p8

test

rake test → NG

About

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 73.1%
  • HTML 18.6%
  • Shell 5.2%
  • JavaScript 2.2%
  • Ruby 0.9%