Play project
Paint with Memory's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Originality (score low for unoriginal, high for original ideas) | #3 | 4.667 | 4.667 |
Overall | #10 | 4.117 | 4.117 |
Legitimacy (score low for jam-spam, high for authentic "in the spirit" entry) | #17 | 4.533 | 4.533 |
Impression (score low for unimpressive, high for impressive) | #20 | 3.400 | 3.400 |
Adherence (score low for poor theme implementation, high for sticking to theme) | #26 | 3.867 | 3.867 |
Ranked from 15 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Interesting idea, and very original! I would loved to have understood the link between my computer memory and what you are showing on the screen more. Thanks :)
Thanks for checking it out!
As far as the color that is displayed it depends on the hex value of two digits, I tried to line up the ARGB buttons but it wasn't completely clear.
Each 2 digits below the ARGB buttons are either bitwise AND or bitwise OR together with the memory location and values.
Since a 2 digit hex value is between 0-255 I just use those numbers and assign them to the pixels at certain points on the screen.
Those points are then gradient to the other points which creates the color box. I wish I had explained where the points were on the screen but I wasn't sure how best to do that. I figured it was mostly to mess around with.
As far as the noise and fractal trees, the memory location and values are combined (bitwise OR) and sections of that value are used to determine, noise size, movement, pattern, and the fractals initial size, angle, and extentions. This was something else I wanted to fully explain but I wasn't sure if it would detract from playing with it if it was too wordy.
The middle fractal is constantly rotated just for the effect. The starting position of each fractal is also the points where the pixels are assigned their color values as well.
Thanks! I’ll take another look
This is a brilliant a concept, and the amount of work to get this going must have been huge. Well done!!!
thank you very much. It was a fun project and definitely a good learning tool. We learned a lot about the pixel game engine and made some custom drawing functions for it to do some of it.
Fun little toy
Thank you! we decided at the start that a tech demo/crazy little app was what we wanted to do with this theme and jam. We thought it was very fun
I like playing with fractals very cool
Fractals are my favorite! Haha
trippy visuals, very hypnotising.
haha very true! Had to make a custom explicit decal for the five points on the color square, which was fun too.