Skip to content

iagobalmeida/tiny_rpg_exalt_proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyRPG Exalt

Play it now!

Folder structure

  • src - source code for your kaplay project
  • dist - distribution folder, contains your index.html, built js bundle and static assets

Development

$ npm run dev

will start a dev server at http://localhost:8000

Distribution

$ npm run build

will build your js files into dist/

$ npm run zip

will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.

Deploy

$ npm install --save-dev gh-pages
$ npm run deploy

TODO

  • Project

    • Define libs
    • Prototype
    • GitHub Repo
    • Deploy to Github Pages
  • Communication between client/server mockup

    • Simple battle
    • Random encounter
    • Simple Battle animation
    • Die animation
    • Background Tiling
    • Transfer simple battle
    • Base battles on DEX
    • Base battles on DEX and ATT
    • Treasure Chest
    • Regions based enemies list
    • Region progression based enemies
    • Region selection exploring
    • Skill with mana
    • LocalStorage
    • LocalStorage version verifier
    • Server side action duration
    • Transfer information about region on each exploration
  • Interface

    • Base info input
    • Region selection
    • Messages
    • Region Counter
    • Attributes
    • Attack projectiles

About

Realm of the Mad God, but iddle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors