Skip to content

Arcadians game development boilerplate code in javascript

Notifications You must be signed in to change notification settings

DinizSa/arcadians-nucleus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Arcadians game development boilerplate code in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published