Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

khonsulabs/cosmiccantina

Repository files navigation

Cosmic Cantina

A game written for Sim Jam.

Design Wiki

Repository Layout

  • client/: The game client project
  • server/: The game client server
  • shared/: Shared code that both the server and client utilize

Server Information

Requirements

  • PostgreSQL 11+
  • Redis (unsure of exact required version)

Setup

  • Create a database in PostgreSQL, and set up a .env file containing these settings:
    • DATABASE_URL: The connection string, a la postgres://cosmiccantina:password@localhost/cosmiccantina
    • OAUTH_CLIENT_ID: The client ID from itch.io's OAuth application setup
    • OAUTH_CLIENT_SECRET: The client secret from itch.io's OAuth application setup
  • Run the migrations: cargo run --pakage migrations
  • Run the server: cargo run --package server

Client Information

Requirements

The goal is for this game to be runnable on Windows 10 and Mac OS X without needing to install any extra frameworks.

Setup

  • Run the client: cargo run --package client

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages