VERSION 1.03
Created by: AJ Downey, Kenneth Ahrens, and Katelyn Malone
Spring 2021
What is this project?:
This is a fan-made-non-profit project made entirely in Java, Java Swing GUI, and
uses an SQLDatabase. The idea for this trivia game is based on the "Who's that Pokemon?"
segment from the original Pokemon anime. We all played Pokemon so we
thought this would be a fun project for fans to test their knowledge.
The objective is to move through the maze by answering "Who's that Pokemon?" and reach the end goal.
There is currently support for all Pokemon up to Generation 7 (Sun/Moon),
so 800+ encounterable pokemon can be quized on. There is a multiple choice
or user input gamemode. Music, difficulty and generation can all be customized
through the menubar! Gamestate can also be saved/loaded.
DISCLAIMER:
We are not affliated or endorsed with the Pokemon company.
All copyright belongs to Nintendo/Gamefreak.
Pokemon images were taken from here
Requirements to run:
- Make sure Java is installed onto your machine
- Install Java JDK 15: https://www.oracle.com/java/technologies/javase/jdk15-archive-downloads.html
- Install the "PKMN RBYGSC" font: https://www.dafont.com/pkmn-rbygsc.font
System Requirements:
Should be able to run on a potato, but please at least have a 1080p
resolution screen. The game is designed to always play at 1920x1080 so
having a smaller size will break the visuals or make it unplayable!
How to run/install the game:
Option 1 Steps: (PREFERRED METHOD)
- Navigate to the releases/tags on the GitHub repo and download the latest installer.
- Run the installer and follow the steps to install and launch the software
Option 2 Steps: (For developers)
- Download and import this project to a Java IDE like Eclipse
- Find and run PkmnTriviaMain.java
- Play game
- Profit