Skip to content

Spring-2023-CISC374/group-project-build-blocks

Repository files navigation

Build Blocks

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

Live Game

Play the game for free in your browser at: https://spring-2023-cisc374.github.io/group-project-build-blocks/

Technologies Used

  • Phaser 3
  • Node.js
  • Node Package Manager
  • Typescript
  • Git and GitHub (For version control)
  • GitHub Pages (For live deployment)

Installation and Usage

  1. Clone the repository: git clone https://github.com/Spring-2023-CISC374/group-project-build-blocks.git
  2. Navigate into the repository: cd group-project-build-blocks/
  3. Install dependencies: npm i
  4. Run a local version of the site: npm run start
  5. Navigate to: http://localhost:8000/group-project-build-blocks/

About

Online game created using Phazer 3 designed to teach fundamentals of creating basic algorithms and loops

Resources

Stars

Watchers

Forks

Contributors

Generated from KTWass/group-game-project