Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spydon/dictorius
A deck building game for dictators
https://github.com/spydon/dictorius
Last synced: 13 days ago
JSON representation
A deck building game for dictators
- Host: GitHub
- URL: https://github.com/spydon/dictorius
- Owner: spydon
- License: other
- Created: 2015-09-07T16:06:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T19:18:07.000Z (over 9 years ago)
- Last Synced: 2024-12-12T20:29:13.849Z (about 1 month ago)
- Language: HTML
- Size: 605 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is your new Play application
=================================This file will be packaged with your application, when using `activator dist`
Creating a database:
create database users;
use users;
CREATE TABLE userlist (id INT NOT NULL AUTO_INCREMENT, username CHAR(30) NOT NULL, password CHAR(64));.