Skip to content

A simple game built around the idea of "drafting" a Pokémon team. Players are able to review stats of "free agent" pokemon to draft and claim them, with the data saved for future play.

Notifications You must be signed in to change notification settings

MeganClo/fullstack-pokemon-game

 
 

Repository files navigation

The Pokémon Draft License: MIT

header

Description 🏈

This is a simple game built around the idea of selecting and saving a Pokemon team. First time players will sign up with their name, email, and a password. They will land on a team-building page where they can run a random name generator to help spark ideas for their team name--it mixes up Legendary Pokemon, Pokemon 'world' locations, moves, and fun descriptors to create something unique. Users can select and save a logo, then proceed on to the draft.

Players are able to review stats of "free agent" pokemon to draft and claim them for their Pokémon team. Data comes from the PokéAPI and the team a user builds is stored for future use and play.

In later-stage development efforts, this game will have logic closer to resembling a fantasy football draft logic, where players take turns selecting the best Pokémon. Frame 92

Built With & Using 🧰

  • JavaScript
  • ES6
  • Node.js (express.js, mysql2, sequelize, nodemon, dotenv, express-handlebars)
  • Heroku
  • PokéAPI
  • Socket.io

Table of Contents 📑

Frame 118

User-Story

AS a Pokémon Fan I WANT to make Data-based decisions and build a strong team
SO I CAN win when I play in tournaments against My friends

Installation

To download the application: git clone https://github.com/sarahdurks/fullstack-pokemon-game.git.
npm i to install dependencies
Configure an .env file with your username, password, database name, session secret and server path.
npm start to start the server
npm run seed to seed the database
Frame 117

License

This application is covered under the MIT license.

Authors

Frame 120

Tests

No automated test are set up for this application yet.

Screenshot

code If you have any questions, please reach out to the Authors via github.

Deployed-Link

The app is deployed on Heroku https://pokemon-fullstack.herokuapp.com/

Resources/References

Frame 93

About

A simple game built around the idea of "drafting" a Pokémon team. Players are able to review stats of "free agent" pokemon to draft and claim them, with the data saved for future play.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 53.4%
  • Handlebars 37.4%
  • CSS 9.2%