Logic 1v1 game, written in Javascript and Three.js.
👉 https://fk-ms-yearly-project.herokuapp.com/game/ 👈
The main goal of this project is to create a 1v1 logic game available in browsers. The project was created as a school assignment.
Project works with conjunction with respective backend server.
- Clone or download the repository
npm i
to install dependenciesnpm run build
to build the project
This will create a \dist
directory with all the necessary files; index.html
is the entry point.
Note: project doesn't work when opened locally, you need to provide basic server capabilities to properly send the files.
- Randomly selected levels for you and your opponent with 3 difficulty levels
- Powerup system allowing to make the puzzle solving a little harder
- Matchmaking system
- Socket communication between clients and server
- Beautiful graphics and animations
- Basic level editor
There are no plans regarding future development of this project