Remake Playforia.net/Aapeli.com Minigolf game written with TypeScript, powered by React and HTML canvas API.
- Node.js >= 16
- Yarn
-
(Optional) Default ports used are
8080
(Vite) and8081
(Socket.IO), these can be configured by adding.env
file to root of this repository:VITE_PORT=8080 # Frontend port VITE_WS_HOST=localhost # Socket.IO server host VITE_WS_PORT=8081 # Socket.IO server port
-
Install and run app:
yarn yarn dev
- Thanks to WorldStarHipHopX for providing the original source code for the game.
- Thanks to PhilippvK, pehala, maitovelkkis, buozyte and officialebz for their contributions at PhilippvK/playforia-minigolf.
- Thanks to Nokkasiili for doing the Rust port of the Java version and understanding/cleaning up most of the Java codebase.