Skip to content

jackyscript/rpg-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpg-game

A browser game using HTML Canvas and JS

What is it?

2D tile based game using HTML, CSS and JS. Features:

  • 🔗 Two-player setting (with different key bindings, two players sharing one keyboard)
  • 🎥 Changeable camera view (either player 1 or player 2)
  • 💖 Numerous interactions (talking, planting, cutting, eating...)
  • ✨ Animations
  • 💬 Dialogues
  • 👛🪓⛏️🔨 Inventory and collectible tools
  • 🤗 Gathering resources and using them to build things

Tiles:

The tiles are conceptually drafted using placeholder texts, it should just serve as a proof of concept.

Build/Development:

Currently the goal is to finish migrating the project's structure using ES6 modules. Alongside development Live Server Plugin for vs code is used, as modules development requires a server from which the files will be requested from (see also the following link).

Deployment:

Modules are natively supported in most modern browsers (for details refer also "caniuse").