OneTwo (NeurodivergentGames)
About
An abstract puzzle game that combines match-the-colors and memory-puzzle mechanics! Made for NewbiesGameJam2022, minimalism was the required theme! Let me know if you find some bugs. You can find the whole project at OneTwo on GitHub.
Minimalism can be found in the overall style of the game: few and simple objects and shapes, simple controls, few delicate colors, few sounds, and few animations.
I guess the game is also consistent with the extra challenge "Alone...": the source of inspiration for the game was some variant of solitaire, the pinnacle of games you play when you are...alone!
Game objectiveUncover, find and match all the pairs of adjacent blocks of the same color. Try to solve the puzzle by minimizing your moves counter.
Simple controls- CLICK/TAP on a block to select it
- CLICK/TAP and DRAG to swap two adjacent blocks
- CLICK/TAP on the UI element to interact with it
My first game-jam ever and the third "complete" game I have ever published! This time, my goals are focused on time management and deadline stuff. I will not try to tackle too many completely new things. After the voting deadline, I will do some much-needed code refactoring and some game updates expansion....maybe.
CreditsBecause of my ignorance in music/audio/font, I downloaded the following free assets:
- Font: https://www.dafont.com/it/louis-george-caf.font
- Music: https://uppbeat.io/t/sky-toes/the-long-ride-home (License code: PSLYCCVB9DCLRBZ9)
- Sound effects at https://mixkit.co/free-sound-effects/
- Some possible problems of scaling and aligning in mobile screen with a height/width not that high (like tablets; I saw that also on iPhone 11 the main grid is too big)
- Title screen was made in a hurry: quite dry, no animations...
- Audio issues with the HTML5 version played on mobile (for now reported only on Android, iPhone 11 sound is fine) (on Android you can download the apk, it works "great")
- Game is too much luck based in my opinion; on average, moves counter playing chaotically is not that different from moves counter trying to play seriously
- Size files can be decreased
- Version number indicated in the settings menu (inside the game) is incorrect: it is 0.2.1, it should be 0.02.2
- Some Zindex problem: sometimes the small blocks can be on a upper layer than the normal block's layer (notable during a swap) , small should always rendered under normal blocks