OneTwo
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 objective
Uncover, 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
- PRESS and DRAG to swap two adjacent blocks
- CLICK/TAP on the UI element to interact with it
My goals
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.
Credits
Because 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/
Known Issue
- 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 (possible solution: timed based, on average, show for few secs all the configuration with color)
- Size files can be decreased
Latest version: 0.4.1
Status | Released |
Platforms | HTML5, Android |
Release date | May 03, 2022 |
Rating | Rated 4.5 out of 5 stars (4 total ratings) |
Author | BlankManifold |
Genre | Puzzle |
Made with | Krita, Adobe Photoshop, Godot |
Tags | 2D, Abstract, Godot, Minimalist, My First Game Jam, neurodivergent, Relaxing, Short, Singleplayer |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Inputs | Mouse, Touchscreen |
Accessibility | Interactive tutorial |
Links | source code |
Download
Click download now to get access to the following files:
Development log
- OneTwo post jam update (v0.4.1)May 14, 2022
- OneTwo small update (v0.2.2)May 03, 2022
Comments
Log in with itch.io to leave a comment.
hello sir, can i get sourcecode this game html5 ??? where i contact u ??????
You can find the source-code on github (OneTwo on Github). Obviously, being a Godot project, some things (like some signal connection, alignment, basic animations,..) are done directly in Godot's scenes (the .tscn files) and not in C#-scripts. (The game was made for a game-jam with a deadline, so the code is not super-clean! XD)
What game engine? *Wanna know*...
It's Godot 3.4 (Mono to code in C#)!
NOICE.
l ran into a bug where after clicking one of the tiles nothing happened when clicking the others, soft locking me
Thanks for the feedback! Mmm... interesting... Did nothing happen even if you click on an adjacent tile (and not part of the first row of tiles already colored at the beginning)? Because the rules of the game are:
If it's not a bug, maybe I should add some way to show what are the possible tiles (the adjacent ones) you can interact with after selection (apart from the small tutorial on the ? menu)
Anyways, thanks again for the feedback!
Hi!
I found this game while I diving in the forums
Nice job I love the ambient with the music! congrats on your first game :)
Hi! Thank you very much!
This is the first time I join a game jam, but previously I made 2 other small puzzle games (published on itch.io). So, I already have some little and restricted "experience" (roughly 5-6 months)...