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 1518e429b4 Adds iClock interface and its implementations. 2021-08-24 13:13:04 +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 Implements drawing textures with transformation. 2021-08-23 18:25:44 +09:00
Game.h Adds iClock interface and its implementations. 2021-08-24 13:13:04 +09:00
GlyphsJuke.sln Add project files. 2021-08-21 17:29:58 +09:00
GlyphsJuke.vcxproj Adds iClock interface and its implementations. 2021-08-24 13:13:04 +09:00
GlyphsJuke.vcxproj.filters Adds iClock interface and its implementations. 2021-08-24 13:13:04 +09:00
LinearAllocator.h Add project files. 2021-08-21 17:29:58 +09:00
Logger.h Implements drawing textures with transformation. 2021-08-23 18:25:44 +09:00
OffsetClock.h Adds iClock interface and its implementations. 2021-08-24 13:13:04 +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
SystemClock.h Adds iClock interface and its implementations. 2021-08-24 13:13:04 +09:00
Text.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
Texture.h Implements drawing textures with transformation. 2021-08-23 18:25:44 +09:00
Win32Console.cc Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
Win32Console.h Implements drawing textures with transformation. 2021-08-23 18:25:44 +09:00
common.h Adds interfaces for base objects. 2021-08-23 14:22:56 +09:00
iAllocator.h Implements drawing textures with transformation. 2021-08-23 18:25:44 +09:00
iClock.h Adds iClock interface and its implementations. 2021-08-24 13:13:04 +09:00
iConsole.h Add project files. 2021-08-21 17:29:58 +09:00
iDrawable.h Implements drawing textures with transformation. 2021-08-23 18:25:44 +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 Implements drawing textures with transformation. 2021-08-23 18:25:44 +09:00