Skip to content

This project must produce a moderately advanced Pokemon game utilizing the technologies covered in CMSC 433. This project was produced by a team of 4.

Notifications You must be signed in to change notification settings

kbmclaren/proj3-CMSC433-Scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

proj3-CMSC433-Scripting

Description

The Pokemon-2 project was submitted by Group 6 (member count 4) in response to the Project 3 requirements. Hosting the repo files on an XAMPP development server and opening the proj3.html page will ensure the game is correctly set up. The battle sequence of the game needed futher development and integration.

Setup

Download the repo via zip.
Unzip the files inside your Xampp /opt/lampp/htdocs folder.
Inside htdocs your should see the pokemon2 file.

Game Startup

In your browser, please enter the following:
localhost:8080/pokemon2
Select proj3.html

Enjoy!

Problem shooting

  • Permission Denied
    Please consult this web page if you are a mac user:(this page)[https://www.kindacode.com/article/xampp-on-mac-permission-denied/]

    If you are uncomfertable changing the permission on Xampp then I recommend commenting out code in the loginNewUser/register.php.
    Go to loginNewUser/register.php
    Comment out lines 116 - 121.

Authors

  • Michael Alano - database configuration, registration, login, logout, password reset.
  • Caleb M. McLaren - database configuration, registration, login, logout, password reset.
  • Kaylee Schultz - world destinations, image resources, store, mechanics, world map.
  • Cameron Zahnen - battle algorithms, battle animations, battle music, battle ground images..

Environment

  • XAMPP Development Server

Repo Contents

  • pokemon-2 folder: This folder contains the files submitted by Group 6 for project 3, of which I was a member.
    • battle folder: holds the JavaScript to support Pokemon battles at locations around the world map as well as required .png and .mp3 resources for the battle sequences
    • loginNewUser: This folder contains the files required for account registration, login, logout, password reset, and database configuration.
    • play: This folder contains the files required to create and support destinations in the Pokemon-2 world.
    • sourceImg: This folder contains the image resources used throughout most of the project.
    • pokemon.csv: This file is the source file for the Pokemon monster details.
    • proj3.css: This file details most the styling choices for the project.
    • proj3.html: This is the root web page of the pokemon-2 game. Clicking on this page ensures the game starts up correctly.
    • proj3.js: This file details the wallet and pokemon objects.
    • ron.json: experimental detritus from when project development stopped.
  • CMSC433 - Project 3 - Pokemon.docx: This document details the project requirements.

About

This project must produce a moderately advanced Pokemon game utilizing the technologies covered in CMSC 433. This project was produced by a team of 4.

Topics

Resources

Stars

Watchers

Forks