Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Brick Game GalleryView game page

Submitted by Kyuchumimo (@kyuchumimo), AdamAudio (@AudioTryhard) — 35 minutes, 12 seconds before the deadline
Add to collection

Play game

Brick Game Gallery's itch.io page

Results

CriteriaRankScore*Raw Score
Visuals#14.4624.462
Audio#34.2314.231
Overall#43.7383.738
Theme#73.6153.615
Game Feel / Polish#83.0773.077
Overall#93.3083.308

Ranked from 13 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Discord names of team members
Kyuchumimo#3941 and AdamAudio#0096

Requirements (optional)
Python 3.7.9, Pygame 2.0.1 and NumPy 1.21.1

Leave a comment

Log in with itch.io to leave a comment.

Comments

Host

I really liked the aesthetic of the game, it definitely had a cool retro charm to it. Unfortunately I could only find one of the supposed four games which I guess is why it's a demo. I think more time should have been spent programming the games and less time should have been spent on menu polish (though admittedly the menu does look rather nice)

Developer(+1)

Thanks for your feedback ^-^

Due to lack of ideas, contributions and time, only one game was made. The team was originally made up of 4 members, however 2 of them did not contribute anything. I did the program and the graphics, while AdamAudio did the music

To give you an idea, the games to choose from are from the Brick Game console, but with the twist that they would have inspiration from Game & Watch Gallery.

To maintain that spirit, the names of the games would be as generic as possible, for example: Frogger => Frog, Breakout => Blocks, Tetris => Bricks, Space invaders => Aliens.

Among other changes are that you can only move through certain fixed spaces and that the score accelerates the speed of the game and music

Submitted (1 edit) (+2)

Very nice entry. I love the artstyle, very colorful and retro, also the music was a blast! Sadly I could get to the second level, I don't know why. Here is my highscore. Nice job overall for a small team!


Developer(+1)

Thanks for your feedback ^-^.

I did the graphics and the program, while AdamAudio did the music.

The choice of graphics and sound is due to the fact that this game is inspired by Game & Watch Gallery (Game Boy / Game Boy Color). Some limitations were taken to make the game compatible with TIC-80, such as the color palette and the number of graphics that can be drawn on a single screen.

Can't run the game...

Developer (5 edits)

Do you have the dependencies installed?

  • Pygame: pip install pygame
  • NumPy: pip install numpy

To run the game, you can use Thonny IDE or GNU / Linux shell or Windows shell

  • Thonny IDE: Open PRG.py and press F5 or CTRL + R or CTRL+T
  • GNU / Linux shell: ~ @ python3 /filepath/PRG.py
  • Windows shell: >python /filepath/PRG.py

Explain your problem in more detail