Show HN: 4-bit Brick Game emulator in ASCII graphics
1–10 of 10 posts
Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#2Do you have some screenshots?
Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#3Do you have some screenshots?
Does it count as a screenshot?
Game select screen:
HI-SCORE 0
/--------------------\
| |
| | NEXT
| |
| [][][] |
| [] [] |
| [] [] |
| [] [] |
| [] [] | SPEED 0
| [] [] |
| [][][] | LEVEL 12
| |
| [][][][][] |
| [] |
| [][][][] | ROTATE
| [] |
| [] | -->
| [] [] |
| [][][] |
| |
| |
\--------------------/
Tetris game: SCORE 1000
/--------------------\
| |
| | NEXT
| |
| | []
| [][] | [][]
| [][] | []
| |
| | SPEED 0
| |
| | LEVEL 0
| |
|[][] |
|[][] [] |
|[][][][] | ROTATE
|[][][][] [] [][][]|
|[][][][][][] [][] | -->
|[][][][][] [][][]|
|[][][][][][] [][][]| PAUSE
|[][][][][][][] [][]|
|[][][][][][] [][][]|
\--------------------/Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#4Oh, “brick game” like Tetris, I initially assumed “brick game” like Breakout.
Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#5I taught myself probably 5 languages making an ASCII version of Space Invaders way back in the day.
Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#6This is very cool! I had one of these N-in-1 generic block game consoles when I was a kid. I was very surprised at the variety and surprisingly acceptable quality of all available games.
Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#7This is very cool! I had one of these N-in-1 generic block game consoles when I was a kid. I was very surprised at the variety and surprisingly acceptable quality of all available games.
Sadly, the Brick Game model from which the ROM dump was taken doesn't contain a racing game, which was in the Brick Game that I had as a child.
Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#8Is this the first design of tetris?
Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#9I added Mac OS compatibility: https://github.com/ilyakurdyukov/brickgame-4bit/pull/1
Re: Show HN: 4-bit Brick Game emulator in ASCII graphics
#10Is this the first design of tetris?
I think not. There is not only Tetris, but also Snake, and two types of "shooters" - one removes blocks, the other creates. And many variations of these four basic games.