Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 555 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 555 Bytes

sym-balls

A puzzle game of composing permutations.

Useful links

Deploy URL: https://nicolasmafra.github.io/sym-balls/

Play-Store URL: https://play.google.com/store/apps/details?id=com.nickmafra.symballs

Privacy policy: https://nicolasmafra.github.io/sym-balls/privacy_policy.txt

Contacts

nickmafra@hotmail.com and nickmafra@gmail.com

Local running

Loading level files requires using any server for static files.

Python 3

python -m http.server 8000

Node

Install:

npm install -g http-server

Execute:

http-server -p 8000