Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Author name
Author: officialErnests
About your game
What is your game about?
It is a 32*32 color display
where i added color pen
it is simple to use if you want more controll just use canvas[x][y] = color where x is in range of 0-31 and y in range of 0-31 and color in range 0-13 and it sets that pixel that color :DD
//Canvas colors
// 0 - black
// 1 - dark gray
// 2 - gray
// 3 - white
// 4 - red
// 5 - brown
// 6 - light blue
// 7 - blue
// 8 - yellow
// 9 - golden
// 10 - lime
// 11 - green
// 12 - pink
// 13 - violet
How do you play your game?
Controls:
wasd - move
ik - change color