Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Client And Server #1

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
1572cc0
added server folder
skatiyar Jul 12, 2015
67c277d
Init Client.
rabishah Jul 12, 2015
f4eacc1
Configurations added.
rabishah Jul 12, 2015
49abab9
Source code.
rabishah Jul 12, 2015
91e27bd
Ignored. Added.
rabishah Jul 12, 2015
a0cce88
React hot reload and webpack dev server introduced.
rabishah Jul 12, 2015
fe92fd1
Minefields introduced.
rabishah Jul 13, 2015
d721394
Color pallete changes
rabishah Jul 13, 2015
16871a5
able to create streams
skatiyar Jul 13, 2015
48d8b4d
Nickname in homepage
rabishah Jul 13, 2015
7db45eb
Username in Store
rabishah Jul 13, 2015
59704da
1942 font added
rabishah Jul 13, 2015
2fc3e61
Font in webpack
rabishah Jul 13, 2015
8cea32d
Server Integrations
rabishah Jul 13, 2015
43c158d
main stuff working
skatiyar Jul 13, 2015
4e4d626
Merge pull request #3 from SKatiyar/f/server
skatiyar Jul 13, 2015
6255e8f
added godep for heroku
skatiyar Jul 13, 2015
9427708
Merge pull request #4 from SKatiyar/f/server-fixes
skatiyar Jul 13, 2015
2feeb00
added procfile
skatiyar Jul 13, 2015
9fb0c89
moved godeps out
skatiyar Jul 13, 2015
ef06356
trying to fix heroku build
skatiyar Jul 13, 2015
da379a3
yet another try
skatiyar Jul 13, 2015
8c423b4
maybe fixed
skatiyar Jul 13, 2015
4a79ba3
fixed name
skatiyar Jul 13, 2015
9ff0f8b
Merge pull request #5 from SKatiyar/f/server-fixes
skatiyar Jul 13, 2015
891838e
readme
skatiyar Jul 13, 2015
68c3947
Merge pull request #6 from SKatiyar/f/server-fixes
skatiyar Jul 13, 2015
de0588c
Alpha 1.0
rabishah Jul 14, 2015
70a9a02
Create README.md
skatiyar Jul 14, 2015
1445bb4
updated readme
skatiyar Jul 14, 2015
ae65b65
Merge pull request #7 from SKatiyar/f/server-fixes
skatiyar Jul 14, 2015
5bbfbc4
Merge pull request #8 from SKatiyar/f/seed
skatiyar Jul 14, 2015
3acaca8
Apha 2.0
rabishah Jul 14, 2015
3096edd
Alpha 3.0
rabishah Jul 14, 2015
c64756d
Heroku
rabishah Jul 14, 2015
096c891
Merge pull request #9 from SKatiyar/f/seed
rabishah Jul 14, 2015
b57a11e
Changed api
rabishah Jul 14, 2015
008d505
Merge pull request #10 from SKatiyar/f/seed
skatiyar Jul 14, 2015
2d04c9a
preparing for deploy
skatiyar Jul 14, 2015
d003658
lets see if it works
skatiyar Jul 14, 2015
ae8c0f2
fixed few issues
skatiyar Jul 14, 2015
00fe2d9
trying to fix heroku
skatiyar Jul 14, 2015
a4d7347
small fix
skatiyar Jul 14, 2015
075a15f
built
skatiyar Jul 14, 2015
5978430
Merge pull request #11 from SKatiyar/f/dist
skatiyar Jul 14, 2015
bf416cf
Update README.md
rabishah Jul 14, 2015
ba4491e
Update README.md
rabishah Jul 14, 2015
6aee6f2
Update README.md
rabishah Jul 14, 2015
9bd4075
Clean up
rabishah Jul 14, 2015
4026b92
Title of html
rabishah Jul 14, 2015
4effff0
Merge pull request #12 from SKatiyar/f/entrapped
rabishah Jul 14, 2015
0975d3b
Update README.md
rabishah Jul 14, 2015
d860067
Update troopers.go
rabishah Jul 14, 2015
80b3448
Update README.md
rabishah Jul 14, 2015
6f52ca4
Nickname validation
Jul 14, 2015
cbcaa11
Bonus Life
Jul 14, 2015
3bedb17
Bomb Icon
Jul 14, 2015
7d02298
Bonus Life Icon for client
Jul 14, 2015
4f88810
Server Side Code for Unique Name
Jul 14, 2015
dd8a7bd
Merge pull request #14 from khrm/dev
skatiyar Jul 14, 2015
967bb2f
Merge pull request #15 from SKatiyar/khrm-dist
skatiyar Aug 1, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Godeps/Readme

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Godeps/_workspace/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions Godeps/_workspace/src/github.com/gorilla/websocket/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Godeps/_workspace/src/github.com/gorilla/websocket/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions Godeps/_workspace/src/github.com/gorilla/websocket/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions Godeps/_workspace/src/github.com/gorilla/websocket/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Godeps/_workspace/src/github.com/gorilla/websocket/bench_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading