Initial milestone ideas
This commit is contained in:
parent
33e8cff79f
commit
a8e82f4dd2
21
README.md
21
README.md
|
@ -1 +1,22 @@
|
||||||
# Doodle
|
# Doodle
|
||||||
|
|
||||||
|
# Milestones
|
||||||
|
|
||||||
|
As a rough idea of the milestones needed for this game to work:
|
||||||
|
|
||||||
|
## SDL Paint Program
|
||||||
|
|
||||||
|
* [x] Create a basic SDL window that you can click on to color pixels.
|
||||||
|
* [ ] Connect the pixels while the mouse is down to cover gaps.
|
||||||
|
* [ ] Implement a "screenshot" button that translates the canvas to a PNG
|
||||||
|
image on disk.
|
||||||
|
* [ ] Create a custom map file format (protobufs maybe) and "screenshot" the
|
||||||
|
canvas into this custom file format.
|
||||||
|
* [ ] Make the program able to read this file format and reproduce the same
|
||||||
|
pixels on the canvas.
|
||||||
|
|
||||||
|
## Platformer
|
||||||
|
|
||||||
|
* [ ] Start implementing a platformer that uses the custom map format for its
|
||||||
|
rendering and collision detection.
|
||||||
|
* [ ] ???
|
||||||
|
|
Loading…
Reference in New Issue
Block a user