Skip to content

DebuggerDave/SIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIM

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

Users to login as (password same as username)

Will
Taylor
David
Stephen
Steve

How to run

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)

About

A multiplayer online version of the paper and pen game SIM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors