Skip to content

A console Tetris game running on Windows, Linux, and UEFI. Written using C#, bflat, and Makefile

License

Notifications You must be signed in to change notification settings

dungwinux/Aspartame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aspartame

Build

make prereq             # Install pre-requisite
make linux BFLAT=...    # Build
make windows BFLAT=...  # Build
make uefi BFLAT=...     # Build
make clean              # Clean up

Challenge

make prereq
make uefi BFLAT=D:\\tools\\bflat-8.0.2-windows-x64\\bflat.exe

Attribution

The binary output is generated using a modified version of ZeroLib library of bflat by bflattened licensed under GNU AGPL v3.0. All changes are shown in console_key.patch, which add additional cases for handling more keys in UEFI environment. The Makefile shall contain commands used for cloning bflat version 8.0.2 (including its license) and applying the changes.

License

The tetris game source code is licensed under MIT License.

About

A console Tetris game running on Windows, Linux, and UEFI. Written using C#, bflat, and Makefile

Topics

Resources

License

Stars

Watchers

Forks