A multiplayer online version of the paper and pen game SIM
Written by 4 classmates and I at NDSU
Steven Karschnia
Taylor Schmidt
Me
Spencer Fjelstad
William Deeken
I wrote the majority of the game mechanics and let's all thank Taylor for doing the whole backend
Will
Taylor
David
Stephen
Steve
Download python
open Command Prompt
install django, django-cors-headers, django-tastypie: pip install django django-cors-headers django-tastypie
cd into SIM\Django\backend
start server: python manage.py runserver
download node.js
open another Command Prompt
install angular: npm install -g @angular/cli
cd into SIM\Angular
run app: ng serve --open
open two instances
login with 2 different users
play!
(its a long process)

