Welcome to the Himalayans group (CMSC447-04 Spring 2024) github project repository!
In this README you will find information about our game implementation. (Sprint2 at the top, Sprint1 near the bottom).
Note for graders - RE: JIRA
We discussed it with Prof. Allgood and he says that it's alright that we can't give graders access to our JIRA. We have met the limit for the numbers we can have on our account (since Jess has 2 group projects and 10 members total), so they had to remove everyone besides the team developers to make the JIRA functional.
For your grading purposes, I have made this video of me scrolling through our JIRA: https://drive.google.com/file/d/1VFnRhCT7ANSImjoMtHHZIpmEcs9y-QfY/view?usp=sharing
- We know this is a software development project becuase there is a backlog, however, as you can see in the video, there is no
Create Sprint
button. So, our team has been using Epics to serve that purpose, although I have not been able to set a usable start and end date for that (i.e. to appear on the timeline).
- Load the backend by following the instructions in
./Backend/README.md
. (You won't be able to run ) TLDR: Inside that folder:
- activate a virtual environment (
venv
) - set the flask app environment variable (
FLASK_APP='flaskr'
) - Start the backend:
flask run
.
- Render the app by following the instructions in
./Frontend/README.md
.
- Get Dependencies in
node_modules
(i.e.npm install
). - Run with
npm start
There's a button in the top right corner of MainMenu/page.js
(The Home Screen).
Press that when you have added and played games for 5 users locally :)
- You can feel free to create a new username to have your progress associated with a different name on the leaderboard.
You are a himalayan cat that is great at jumping.
The point of the game is to avoid obstacles and eat fish along the way to boost your score.
Press Up to jump!If you hit an obstacle before the time runs out => you lose the level.
Keep an eye on the time!Challenge your friends to start a game with their own username and beat each other on the leaderboard!
These two headers Sprint 2
and Sprint 1
are mainly for grading and reference purposes.
If you just wanna play, you've prob scrolled down far enough ;)
If you wanna learn more about our team, scroll down to Who we are
and Notes about our Branches.
Here is how our application is currently lookin! You can load the app up and see the the following pages.
To quickstart, either click the LevelExample
link at the top nap bar of our app, or just go to ChooseLevel then level 1 (the other two levels are still under development). To jump, press the up arrow key. The game will freeze if you hit a rock or when time runs out. Refresh to play again.
See the Use Case Diagram / Use Case document for the general flow of the application.
Note: currently there is no score saving since the level isn't complete (we don't have a win condition yet).
Shoutout our awesome team of developers for each of those pages as well as @LT69018 and @samdev193 for the flask backend.
- MainMenu: @cmgilger, @samdev193, @LT69018, @David-B-M, @ampham03
- StartGame: @David-B-M @LT69018
- ChooseLevel: @cmgilger
- PauseMenu/LevelFail: @samdev193
- ViewLeaderboard: @ampham03
- Level: @ampham03
Picture this.
You're the cute himalayan cat shown above born and raised in the himalayan mountains.
You love to ski and you have your heart set on winning the upcoming winter olympics which are in your very own backyard.
Current concept of background landscape!You know it won't be easy, with at least 3 trials of increasing difficulty you have to pass to take home the goal. But you're brave, and are going to give it your best shot.
Come back on 5/2/2024 to play and compete for the #1 gold medal!
The gold medal you want to win!Feel free to check out our Use Case Document for more!
This work is originally created for our Software Engineering I course (see the CMSC447 website here) in Spring 2024 at UMBC with Prof. Nick Allgood.
You can contact our team at [email protected]
Anna Pham
- Github: https://github.com/ampham03
- Email: [email protected]
Jessica Turner
- Github: https://github.com/LT69018
- Email: [email protected]
Connor Gilger
- Github: https://github.com/cmgilger
- Email: [email protected]
David Middour
- Github: https://github.com/David-B-M
- Email: [email protected]
Samuel Oyeneyin
- Github: https://github.com/samdev193
- Email: [email protected]
Currently working on an example level using Phaser
- implemented an endless runner concept
- created a moving background with a static player
- created obstacles to avoid and items to collect for points
- level ends when player hits an obstacle or time runs out
- focused on the backend, implementing and testing flask endpoints that interface with the database of
users
(usernames, level numbers) and scores via theleaderboard
table - merge changes with collaborators via main branch (i.e. Sam doing full stack)
- full stack development, propose changes and fix bugs there before merging into main.
- Frontend (i.e.
ChooseLevel
) and level play design Main Branch: (what have we all agreed on) - App that switches between different pages