Skip to content

Commit b2b4935

Browse files
authored
Update README.md
1 parent 1a4e555 commit b2b4935

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

Diff for: README.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
1-
Lite! work on the developement server for now. on db.sqlite3
2-
31
# CheckMate2017
4-
Check Mate event for the year 2017
2+
This is on a dev server.
53

4+
Check Mate event for the year 2017
65
This repository contains the code for the biannually conducted event by BITSACM: CheckMate!
76

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+
827
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
928

1029
localhost/admin: opens admin page, superuser is username-admin, password-priyank100 localhost/main/register: user registration page localhost/main: main page
30+
31+
Comments: (add your comments for juniors)
32+
33+
# Test your web app as much as you can ;)

0 commit comments

Comments
 (0)