Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 411 Bytes

Clicker Online

A clicker game with online features.

  • The game state is stored and processed on the server.
  • WebSockets are used for real-time client-server interaction.
  • The home page contains a scoreboard with ten players who have prestiged most.

How to run:

  • Clone the repo.
  • Run with "python main.py".
  • Find the game at "localhost:5000".
  • A database will be created automatically on the first run.