Code Monkey home page Code Monkey logo

saltine_crackerines_447_project's Introduction

Saltine Crackerines EECS 447 Project

Description

Pokemon team builder that allows for filtering through pokemon by various attributes.

Possible future features

  • Fight simulator - build multiple teams and put them against each other
  • Account system

Tables/Entities

Player

  • id: int (key)
  • name: string
  • team_color: string

Pokemon

  • poke_num: int (key)
  • name: string
  • type: string (multivalued)
  • height: float
  • weight: float
  • cp: int

Types

  • type_name: string (key)
  • weak_againt: string (multivalued)
  • strong_against: string (multivalued)

Items

  • item_name: string (key)
  • ability: string (multivalued)

Relations

  • Player <has> Pokemon
  • Pokemon <have> Types
  • Pokemon <hold> Items
  • Items <work_for> Types
  • Pokemon <are_weak_to> Types
  • Pokemon <are_strong_against> Types

Project Description and Requirements

Design and implement a database-supported online application.

  • 3+ tables
  • 5 different (dynamic) queries
  • At least 2 queries with join

saltine_crackerines_447_project's People

Contributors

brinley53 avatar cbennudr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.