Skip to content

f-prime/MoreLetters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More Letters

An incremental crypto puzzle game.

https://morelettersinc.com

Setup

More Letters uses Vue.js

To start the site locally, you will need a local web server. If you open index.html directly you will get Cross Site Origin errors due to the ES6 import syntax.

If you have Python3 installed a simple way to do this is to run python3 -m http.server 8000 in the MoreLetters directory. Otherwise you will need to configure a web server of your choosing.

SPOILERS

WARNING: If you care about spoilers then looking through this code might ruin some stuff for you. Specifically if you look in letters/.

About

An incremental crypto puzzle game. Play it at https://morelettersinc.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published