Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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));

.