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").

Releases

No releases published

Packages

No packages published