This is the temporary home of v2 of Critter Quest which is essentially just the experimental branch of github.com/werkn/critter-quest
. After it's marked (for an assignment for university) it will move back too github.com/werkn/critter-quest
main branch.
To install Critter Quest to a server running Apache 2 on Ubuntu follow these instructions:
Level Overview and Game Walkthrough:
Quick Overview of Source Code and Project Structure
- Source Overview: Main Code Overview
- Source Overview: Players and Enemies
- Source Overview: All Other Classes / Code
You can easily contribute maps to this repo by downloading Tiled and simply submitting maps as a pull request. A quick tutorial on making maps for Critter Quest using Tiled can be found here:
The awesome sprite work for this game was developed by, ansimuz, visit his site here:
Demo Music by Pascal Belisle
For tilemaps I used Tiled which integrates great with Phaser3. For an IDE I tend to use Vim, but others may find Visual Studio Code easier to use.