You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lite! work on the developement server for now. on db.sqlite3
2
-
3
1
# CheckMate2017
4
-
Check Mate event for the year 2017
2
+
This is on a dev server.
5
3
4
+
Check Mate event for the year 2017
6
5
This repository contains the code for the biannually conducted event by BITSACM: CheckMate!
7
6
7
+
Some Errors that were there during runtime(buggy static files) but are solved in this one:
8
+
9
+
1> Quit button not working.
10
+
11
+
2> Respawn button glitch.
12
+
13
+
3> Charecter choosing bug.
14
+
15
+
4> Leaderboard error( just for 1 server)
16
+
17
+
18
+
Some minor issues that were faced:( Has been assigned as small issues)
19
+
20
+
1> Multiple submit event queues on enter press.
21
+
22
+
2> IP based checks to be improved
23
+
24
+
3> ID across teams
25
+
26
+
8
27
To use the django project, create a virtual environment activate it. use pip install -r requirements to install required packages then python manage.py makemigrations python manange.py migrate python mange.py runserver
9
28
10
29
localhost/admin: opens admin page, superuser is username-admin, password-priyank100 localhost/main/register: user registration page localhost/main: main page
0 commit comments