Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.03 KB

Arcadians Nucleus

Arcadians game development boilerplate code that uses only javascript and babylonjs. This repository is intended to be used as a starting point to develop games using arcadians. It deals with the calls to the smart contracts, acadians animations, collision system, unique weapon behaviour, collision detection, basic fight system, basic audio. It also includes animated characters based on sprites that can also be used. Check more about the Arcadians:

Authors

Installation

After downloading the arcadians-nucleus repository, install and run it with the following commands:

  cd ./arcadians-nucleus
  npm install
  npm run start

After these commands, navigate to the address http://localhost:8080/ in your browser to see the game running.