https://github.com/mejia-dev/epicodus-capstone-mvp
MVP & Planning for Epicodus Capstone
https://github.com/mejia-dev/epicodus-capstone-mvp
Last synced: 11 months ago
JSON representation
MVP & Planning for Epicodus Capstone
- Host: GitHub
- URL: https://github.com/mejia-dev/epicodus-capstone-mvp
- Owner: mejia-dev
- Created: 2024-03-22T15:18:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T19:22:40.000Z (about 2 years ago)
- Last Synced: 2025-08-18T21:35:18.493Z (11 months ago)
- Language: JavaScript
- Size: 7.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Epicodus Capstone Development Log
This repository is not a project itself, but instead serves as code samples, demonstration, and a project planning log for the Epicodus Capstone.
### 💡 Project Idea:
The goal of this project is to create an autoscrolling platformer with the platforms set to user-uploaded music.
The finished project can be found [here](https://github.com/mejia-dev/rhythmrunner).
### 📝 Documentation:
* [Capstone Proposal](./capstone-proposal.md) - The official capstone proposal as outlined in the [Epicodus requirements](https://full-time.learnhowtoprogram.com/capstone/capstone-week-2/capstones---sign-ups-and-proposal).
* [Timetracker](./Timetracker.md) - A time tracker & dev log for the game with detailed notes about progress and the actions taken to make that progress.
* [Pseudocode](pseudocode.md) - Some pseudocode sketched out to help with the overall structure of different components and what they should do.
* [Planning](./Planning.md) - An initial planning log completed during the first 8 hours of Capstone work.
### 📂 Other Files in this Project:
* Visualizer
* The `visualizer` folder contains a sample visualizer from the initial stages of development.
* Demos
* The `demos` folder contains different stages of a demo version of the game used until the MVP was created and development was moved to the [RhythmRunner repository](https://github.com/mejia-dev/rhythmrunner). Launch one of the .html files in a web browser to view.