Build Blocks is an educational game designed to teach inexperienced programmers how to make basic algorithms and use loops
The game teaches the player these fundamentals through its levels which require the player to create instructions for a crane to move crates into the correct positions
Play the game for free in your browser at: https://spring-2023-cisc374.github.io/group-project-build-blocks/
- Phaser 3
- Node.js
- Node Package Manager
- Typescript
- Git and GitHub (For version control)
- GitHub Pages (For live deployment)
- Clone the repository:
git clone https://github.com/Spring-2023-CISC374/group-project-build-blocks.git - Navigate into the repository:
cd group-project-build-blocks/ - Install dependencies:
npm i - Run a local version of the site:
npm run start - Navigate to:
http://localhost:8000/group-project-build-blocks/