Skip to content

Hashish-Crypto/pachinko-game-cocos-creator

Repository files navigation

Pachinko Game Cocos Creator

Pachinko game made with Cocos Creator 3.5.2.

Play the game at: acquati.itch.io/pachinko-game-cocos-creator

Running the client locally

git clone https://github.com/Hashish-Crypto/pachinko-game-cocos-creator.git
cd pachinko-game-cocos-creator
npm install

Open Cocos Dashboard and add this project.

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 18.0.0
node -v
npm -v

License

MIT

About

Pachinko game made with Cocos Creator 3.5.2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published