Galaxy themed Maze game for school built using Angular framework. Written in Typescript, SCSS and HTML5.
The universe has blessed you upon a very complex task. You need to guide the lost star to the right spot in its universe. You wield the power of an ancient magnet (which origins are unknown) that can attract the stars of your choosing.
You can move the star with your mouse. You can only move it to the nearest pad. The universe is forgiving, so you can move it across walls as many times as you like, but the star won't move along you. Move it to the pulsating spot, that's where the energy leaks into the endless space and must be filled.
You can download compiled project here or even better, view it in action here
- Install Node.js (includes npm too)
- Install Angular CLI with
npm install -g @angular/cli@latest
- Download the latest source of Galaxy Maze and unzip it
- Move into the same directory with command prompt and run
npm install
to install dependencies - Run
ng serve
and openlocalhost:4200
once it builds - You can also build it with
ng build
for development build orng build --prod
for production build