Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.15 KB

File metadata and controls

41 lines (29 loc) · 1.15 KB

RPG

Small personal project that I created to train on JavaScipt which consists of creating from A to Z a role play video game using essencialy a CLI (command line interface) as a graphic tool.

Getting Started

This game is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i @Captainfive/RPG
# or
$ yarn add @Captainfive/RPG

To do :

In the first place

  • Améliorer les sorts dans la base de donnée pour wizard et rogue
  • Changer l'affichage des sorts dans index.js
  • Remplir le shop
  • Afficher les sorts du joueur
  • afficher l'inventaire du joueur
  • Enrichir l'univers du jeu

Afterwards

  • Ajouter des combats
  • Mettre en place le systéme d'achats/ventes d'objets
  • Mettre en place le systéme d'améliorations des équipements et des sorts
  • Ajouter un systéme d'expérience, gains de niveaux/points de compétences
  • ...

Usage example

The package will install globally the command "imworking.cmd". Just run this command with no arguments and it will launch the game.

Note: if you'r working on the project itself, run npm link at the root of the project to get the global command.

LICENSE

MIT