Skip to content

nadams019/swe_repo

Repository files navigation

demo-repo3

An example flask rest API server, for SE Fall 2022.

To build production, type make prod.

To create the env for a new developer, run make dev_env.

We will write a API-driven adventure game where characters explore a world, meet threats, find treasure, etc.

Requirements

  • List all available character types
  • Get a description of a character type
  • List all active characters
  • Signup
  • Signin
  • Describe a locale
  • Allow character to move
  • Allow character to act
  • Allow character to talk to other characters in locale

Design

Each of the main requirements will correspond to an API endpoint.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published