Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtapirina/mole_unearther
Mole Unearther Game - Codecademy PHASER JS course
https://github.com/mtapirina/mole_unearther
codecademy-courses codecademy-pro game phaser phaser3 phaserjs
Last synced: 3 days ago
JSON representation
Mole Unearther Game - Codecademy PHASER JS course
- Host: GitHub
- URL: https://github.com/mtapirina/mole_unearther
- Owner: mtapirina
- Created: 2023-10-24T15:37:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T15:44:16.000Z (about 1 year ago)
- Last Synced: 2024-10-17T17:38:02.675Z (21 days ago)
- Topics: codecademy-courses, codecademy-pro, game, phaser, phaser3, phaserjs
- Language: JavaScript
- Homepage: https://mtapirina.github.io/mole_unearther/
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mole Unearther Game
### Codecademy PHASER JS courseLet’s use what we learned about functions and variables to build a game scene, run the game logic, and handle user input.
The sun is up and out, but so is our pesky mole! We
have set up the bottom three burrows for the mole to pop out of, and it is up to the user to catch the mole by hitting the burrow’s key as many times as possible before the sun sets and time runs out. If the correct burrow is hit, then reward the user with points and the mole will move on to another burrow. If the wrong burrow is hit, then penalize the user by deducting points._This project uses the Phaser.js library to set up our scene and create the mole character with corresponding animations.
We will be building out the core game logic with a timer that gives the user a set amount of time to play, a scoreboard that rewards and penalizes the user with points, and finally a feature that pauses the game._Extra:
* Add in another burrow at the top for the mole to relocate to and the user to hit.