Skip to content

Quick start game from Cocos docs. This game tests the player's reaction ability, and chooses whether to jump one step or two steps according to traffic conditions.

License

Notifications You must be signed in to change notification settings

Hashish-Crypto/mind-your-step

Repository files navigation

Mind Your Step

A Cocos Creator game made with Typescript.

Quick start game from Cocos docs. This game tests the player's reaction ability, and chooses whether to jump one step or two steps according to traffic conditions.

Play the demo here: acquati.itch.io/mind-your-step

Setup

Prerequisites for development

Install Cocos Creator cocos.com/en/creator/download

Install Visual Studio Code: code.visualstudio.com/download

Install Git Bash: git-scm.com/download/win

Install nvm-windows, choose nvm-setup.zip: github.com/coreybutler/nvm-windows/releases

Open Git Bash as system administrator:

# Install Node and NPM
nvm install latest
nvm current
nvm use 17.6.0
node -v
npm -v

# Install Yarn
npm install -g yarn
yarn -v

Installing

git clone https://github.com/Hashish-Crypto/mind-your-step
cd mind-your-step
yarn install

code .

Open Cocos Dashboard and add this project.

About

Quick start game from Cocos docs. This game tests the player's reaction ability, and chooses whether to jump one step or two steps according to traffic conditions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published