a typing game that works on cmd.exe
This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
falsycat 5f59ba420a Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
thirdparty Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
.gitattributes Add .gitignore and .gitattributes. 2021-08-21 17:29:55 +09:00
.gitignore Add .gitignore and .gitattributes. 2021-08-21 17:29:55 +09:00
Font.cc Add project files. 2021-08-21 17:29:58 +09:00
Font.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
Game.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
GlyphsJuke.sln Add project files. 2021-08-21 17:29:58 +09:00
GlyphsJuke.vcxproj Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
GlyphsJuke.vcxproj.filters Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
LinearAllocator.h Add project files. 2021-08-21 17:29:58 +09:00
Logger.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
Rasterbuffer.h Add project files. 2021-08-21 17:29:58 +09:00
StackAllocator.h Add project files. 2021-08-21 17:29:58 +09:00
Text.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
Win32Console.cc Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
Win32Console.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
common.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
iAllocator.h Add project files. 2021-08-21 17:29:58 +09:00
iConsole.h Add project files. 2021-08-21 17:29:58 +09:00
iDrawable.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
iLogger.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
iWritable.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
main.cc Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00