-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
A rather unorganized attempt at creating an online version of a pen and paper (or iPad and stylus) game a friend came up with similar to Risk. | ||
Mostly intended to be a more convient replacement of the original game, still lacking a lot of polish and content. And security for user accounts is very lacking (I warned anyone who helped test it to never put anything real it, not that it ever went online). | ||
Data storage is pretty simple too, the goal was to get it finished before the current session at the time ended (didn't happen). | ||
Uses Javascript and HTML5 Canvas for the front-end and PHP for the back-end. |