Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 984 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 984 Bytes

Title Image

.Dot. is a puzzle game where you simply have to connect the dots. As the levels increase, more mechanics are involved pushing your puzzle solving skills to the limit


Backstory

This game was originally created in Early December 2019 for a hackathon built in around 8 hours to experiment with PixiJS and Webpack. After creating the game, I enjoyed the puzzle concept and refactored the entire codebase. Since then I have been continually adding levels and features such as a Level Builder and a Daily Challenge


Demo

This game is currently hosted on github pages which can be accessed from here.


Develop

It's easy to get the project up and running locally on your machine!

  • First, download the git repo,
  • Next, navigate to that folder in your terminal and install the dependencies: npm install
  • Then, run npm start To start the local server