Skip to content
/ minigolf Public

Remake of the past Playforia.net/Aapeli.com minigolf

License

Notifications You must be signed in to change notification settings

eioo/minigolf

Repository files navigation

Minigolf

Remake Playforia.net/Aapeli.com Minigolf game written with TypeScript, powered by React and HTML canvas API.

Requirements

  • Node.js >= 16
  • Yarn

Installation & running

  1. (Optional) Default ports used are 8080 (Vite) and 8081 (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
  2. Install and run app:

    yarn
    yarn dev
    

Thanks

License

MIT

About

Remake of the past Playforia.net/Aapeli.com minigolf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages