A browser game using HTML Canvas and JS
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
The tiles are conceptually drafted using placeholder texts, it should just serve as a proof of concept.
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).
Modules are natively supported in most modern browsers (for details refer also "caniuse").