Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper!

The classic game with a modern experience. Built with React for the frontend and Django/Python for the backend

Demo of the Minesweeper app running

Getting Started

Dependencies

  • Git
  • Python
  • Node.js
  • Mac, Windows, or Linux (tested on Mac)

Installing

  • Clone the repo onto your machine
  • Create a Python enviroment using python3 -m env in the project root and activate it (for example on Mac, use source env/bin/activate)
  • cd into the frontend folder and run npm install
  • cd into the backend folder and run python3 -m pip install -r requirements.txt

Running the project

  • In the backend folder, run python3 manage.py runserver
  • In the frontend folder, run npm run dev

Tech Design

Check out the tech design here.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages