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