Category: Arduboy

  • Arduboy Memory Game #4: User Input And Cursor

    Arduboy Memory Game #4: User Input And Cursor

    It is time to add user input to my little Arduboy Memory game. And an animated cursor such that it is easy to see which game card the player is currently able to select. You can find the source code for this dev log on GitHub.

  • Arduboy Memory Game #3: Randomized Game Board

    Arduboy Memory Game #3: Randomized Game Board

    In this dev log, I create the game board for my Arduboy Memory Game. The game board is randomly generated using the random function in the Arduino library.

  • Arduboy Memory Game #2: Preparing Sprites

    Arduboy Memory Game #2: Preparing Sprites

    In the last dev log, I started the project for my little Arduboy Memory Game. This time I have prepared the sprites for the game cards. All the graphics for this game is from the ‘1-Bit Pack’ from Kenney. I used Pixen to cut out the sprites from the sprite sheet and then use this […]

  • Arduboy Memory Game #1: Getting started

    Arduboy Memory Game #1: Getting started

    I recently rediscovered my Arduboy, and quickly decided to make a few little games for it and document the development process. My main motivation is to have a small side project that is not too complicated (initially at least 😉 ) and to experiment with a few new coding styles/patterns. You can always find the […]