Skip to content
/ tic80-js-template Public template

Template to build TIC-80 JavaScript games.

Notifications You must be signed in to change notification settings

RobLoach/tic80-js-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIC-80 JavaScript Template

Template to build TIC-80 games with JavaScript, bundled together with TIC-80 JS.

Usage

  1. Install Node.js >= 10

    node --version
    
  2. Clone the repository locally:

    git clone https://github.com/RobLoach/tic80-js-template.git
    cd tic80-js-template
    
  3. Install project dependencies with npm:

    npm install
    
  4. Compile and run the game:

    npm test
    

About

Template to build TIC-80 JavaScript games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published