Skip to content

aunncodes/TownOfSalem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Town of Salem

A recreation of the popular Town of Salem Game, using Python and Node

This project uses a FastAPI backend, connected to an engine built entirely from scratch! The frontend is coded in React.

TODO:

  • Implement Frontend
  • Connect FastAPI Backend to Engine

Setup

  1. Clone the project
git clone github.com/aunncodes/TownOfSalem.git
  1. Install frontend dependencies
cd frontend
npm install
  1. Install backend dependencies
cd backend
pip install -r requirements.txt
  1. Run the project
npm run dev
fastapi dev main.py

Contributing

All contributions welcome! Feel free to make a pull request or issue!

About

Web based recreation of Town Of Salem using a python backend

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors