/mini-games2

Web games for fun

Primary LanguagePython

Python API for mini-games:

Python Flask API meant to interact with Typescript/React frontend and Nginx webserver

Minesweeper

  • POST potential top score
  • GET top scores by level

Requirements

  • Python 3.8.5
  • MongoDB Server 3.6.8

Usage

  1. python3 -m venv .venv
  2. pip install -r requirements.txt
  3. Development
    flask run
  4. Production
    • TBD