Skip to content

A web based world geography trivia “edutainment” game

Notifications You must be signed in to change notification settings

AlpsCo/WhatInTheWorld

Repository files navigation

WhatInTheWorld

An open source, free to use, geography edutainment game! Test your world knowledge using our trivia application.

To create database:

CREATE TABLE users ( id SERIAL PRIMARY KEY, username VARCHAR NOT NULL UNIQUE, password VARCHAR(10) NOT NULL, countries_visited VARCHAR, highscore BIGINT );

About

A web based world geography trivia “edutainment” game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published