Skip to content

joeatwork/santas-labyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Write assembly-like programs to guide a Robot through life.

This document is mostly about how to build and run the software. For more information about what the game is and how to play, see the Introductory Documentation

Developing and Running the Project

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Origins of Content

Some of the images used in this program are from the public domain roguelike tileset "RLTiles". Some of the tiles have been modified. You can find the original tileset at: http://rltiles.sf.net

The project uses the Chicago FLF font, released into the public domain by Robin Casady.

This project uses icons from Google's Material project, licensed under the Apache 2.0 license. You can get these icons and others from https://material.io/resources/icons/

This project was bootstrapped with Create React App.