-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Ultra_Air_Hockey_-Retro- | ||
Retro ports of Ultra Air Hockey, EagleSoft Ltd's original air hockey video game, | ||
to various retro video game consoles as homebrew! | ||
|
||
Currently porting the game to the Sega Genesis/Sega CD using Stef's SGDK | ||
(Sega Genesis Development Kit, https://github.com/Stephane-D/sgdk) | ||
|
||
For compiling the game's assets, run .bat files near the .res files, and use the tools provided under | ||
"Readme (For Devs).7z" file. For everything else, just use SGDK with your favorite C compiler | ||
(Code::Blocks IDE highly recommended!) | ||
|
||
At time of this writing, game dev is not complete, and the repo is being used to simply hold | ||
a backup of development for source control purposes | ||
|
||
-Tamk1s |