https://github.com/ilyakurdyukov/brickgame-4bit Skip to content Toggle navigation Sign in * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Resources + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} ilyakurdyukov / brickgame-4bit Public * Notifications * Fork 0 * Star 1 Brick Game emulator (4-bit Holtek chip), runs in a terminal 1 star 0 forks Activity Star Notifications * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights ilyakurdyukov/brickgame-4bit This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 1 branch 0 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/i] Use Git or checkout with SVN using the web URL. [gh repo clone ilyaku] Work fast with our official CLI. Learn more about the CLI. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @ilyakurdyukov ilyakurdyukov "screenshots" ... 44c8f3b Dec 20, 2023 "screenshots" 44c8f3b Git stats * 5 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time Makefile first commit December 19, 2023 15:33 README.md "screenshots" December 20, 2023 11:28 brickgame.c add WASD controls December 20, 2023 11:10 screen.txt first commit December 19, 2023 15:33 View code Brick Game emulator How to run the game Controls "Screenshots" README.md Brick Game emulator The emulator of a portable Brick Game console that uses a 4-bit microcontroller from Holtek. Works only on Linux. How to run the game 1. Download the only known ROM dump here. 2. Run make to compile. 3. Now you can start the emulator: ./brickgame --rom E23PlusMarkII96in1.bin * Run ./brickgame --help to show the configuation options. * Use --save option to save game state on exit. * Sound is not supported. At the beginning of the level the game plays a melody (which you won't hear), mute the sound (M key) so you don't have to wait. * Here is a disassembler module for IDA to explore the ROM. Controls Key(s) Action Up/Space/W rotate Left/A left Down/S down Right/D right R reset M mute Escape exit P/Enter start/pause "Screenshots" Game select screen: HI-SCORE 0 /--------------------\ | | | | NEXT | | | [][][] | | [] [] | | [] [] | | [] [] | | [] [] | SPEED 0 | [] [] | | [][][] | LEVEL 12 | | | [][][][][] | | [] | | [][][][] | ROTATE | [] | | [] | --> | [] [] | | [][][] | | | | | \--------------------/ Tetris game: SCORE 1000 /--------------------\ | | | | NEXT | | | | [] | [][] | [][] | [][] | [] | | | | SPEED 0 | | | | LEVEL 0 | | |[][] | |[][] [] | |[][][][] | ROTATE |[][][][] [] [][][]| |[][][][][][] [][] | --> |[][][][][] [][][]| |[][][][][][] [][][]| PAUSE |[][][][][][][] [][]| |[][][][][][] [][][]| \--------------------/ About Brick Game emulator (4-bit Holtek chip), runs in a terminal Topics emulator 4-bit holtek brickgame Resources Readme Activity Stars 1 star Watchers 1 watching Forks 0 forks Report repository Releases No releases published Packages 0 No packages published Languages * C 99.0% * Makefile 1.0% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.