Skip to content

aaronhooper/typespeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typespeed

A game where you type words to remove them from the screen and score points.

Intention

This is less about the game itself and more about being an opportunity for me to explore the raylib library and different memory management strategies.

Dependencies

  • CMake >=3.14

Only tested on macOS 14 (AArch64). Will need some tweaking to work on other systems.

Building

cmake -B build
cmake --build build

Running

build/typespeed

Testing

build/tests
# -- OR --
cd build
ctest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published