Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #210 from eth-p/kyle/docs
Browse files Browse the repository at this point in the history
docs: Release 3 documentation
  • Loading branch information
Kyle Saburao authored Mar 14, 2019
2 parents 6e2fdd4 + 651f832 commit 19f5a00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
15 changes: 9 additions & 6 deletions docs/project/Product-Document.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ A bouncing DVD logo screensaver was made to show the capabilities of the prototy

|Task|Date|Timeframe|Status|
|----|----|---------|------|
|**CHIP-8 Emulator, excluding reverse stepping**|19/01/2019|2 weeks|Finished|
|**CHIP-8 Opcodes**|19/01/2019|1 week|Finished|
|**CHIP-8 Website, including Debugger**|19/01/2019|2 weeks|Finished|
|**CHIP-8 Basic Programs**|19/01/2019|1 week|Finished|
|**CHIP-8 Emulator, excluding reverse stepping**|19/01/2019|2 weeks|Completed|
|**CHIP-8 Opcodes**|19/01/2019|1 week|Completed|
|**CHIP-8 Website, including Debugger**|19/01/2019|2 weeks|Completed|
|**CHIP-8 Basic Programs**|19/01/2019|1 week|Completed|

We will be releasing an initial minimum-viable-product emulator.
The emulator will be able to perform the the basic operation codes of the [CHIP-8 specification](https://en.wikipedia.org/wiki/CHIP-8).
Expand Down Expand Up @@ -376,12 +376,14 @@ The website was refactored for better code quality and maintainability.

Dan's Space Invaders program was due on Release 2, but it still isn't avaliable so it has been cancelled.

Anthony's Flappy Bird was cancelled, but instead he made a timer program.

Instead of an assembler, we will have an improved sprite maker that can help with large multi-sprite sprites.

|Task|Date|Timeframe|Status|
|----|----|---------|------|
|**General Product Refinement**|14/03/2019|Entire Release|Not Started|
|**Sprite Maker 2.0**|14/03/2019|Entire Release|Not Started|
|**General Product Refinement**|14/03/2019|Entire Release|In Progress|
|**Sprite Maker 2.0**|14/03/2019|Entire Release|In Progress|
|**Website Refactoring**|10/03/2019|Entire Release|In Progress|
|**CHIP-8 Reverse Debugger**|14/03/2019|Entire Release|In Progress (early)|

Expand Down Expand Up @@ -489,6 +491,7 @@ Considering the fact that we should have a reverse debugger, developers:
- will have an improved experience with the website. It will be faster and new features will be added.
- will be able to download our programs.
- will be able to save program states and load from them.
- will be able to use the final version of our emulator.

#### Developers

Expand Down
6 changes: 3 additions & 3 deletions docs/project/item-description/chip8-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Live versions can be found [here](https://chip.netlify.com).

|Task|Date|Timeframe|Status|
|----|----|---------|------|
|**CHIP-8 Program: Laser Defence**|28/02/2019|12 days|Complete|
|**CHIP-8 Program: Maze 2.0 and SFU-related program**|28/02/2019|12 days|Not started|
|**CHIP-8 Program: Flappy Bird**|28/02/2019|12 days|Started|
|**CHIP-8 Program: Laser Defence**|28/02/2019|12 days|Completed|
|**CHIP-8 Program: Maze 2.0 and SFU-related program**|28/02/2019|12 days|Completed|
|**CHIP-8 Program: Flappy Bird**|28/02/2019|12 days|Cancelled|

### Release 4

Expand Down

0 comments on commit 19f5a00

Please sign in to comment.