Skip to content

A JavaScript port of the Tronh game created for Husky Games Development (https://github.com/manatarms/Tronh)

License

Notifications You must be signed in to change notification settings

manatarms/spacebike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacebike

A JavaScript port of the Tronh game created for Husky Games Development (https://github.com/manatarms/Tronh)

Contributing and Development

To get started run:

git clone git@github.com:manatarms/spacebike.git

or for https

git clone https://github.com/manatarms/spacebike.git
cd spacebike
yarn install
yarn build

Development tasks

yarn build # Build the lib folder
yarn dev # Watch for changes in src and rebuild
yarn dev-test # Watch for changes in src,test and rebuild
yarn run clean # Delete node_modules and coverage folders
yarn lint # Run the eslint
yarn test # Run the tests

Tests :)

yarn test

Linting

yarn lint

You can also format your code using

yarn format

About

A JavaScript port of the Tronh game created for Husky Games Development (https://github.com/manatarms/Tronh)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published