Skip to content

gokdenis/monkey-typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monkey-typer

C++20 typing game built with SFML (graphics/audio) and CMake.

MonkeyTyper (C++ / SFML)

A desktop typing game built in C++20 using SFML (graphics/audio) with score tracking and asset-driven UI.

Tech Stack

  • C++20, CMake
  • SFML (graphics, window, system)
  • fmt (via CMake FetchContent)

How to Build & Run

macOS (Homebrew): brew install sfml@2 mkdir -p build && cd build cmake .. cmake --build . ./MonkeyTyper

Linux (example): Install SFML 2.x via your package manager, then: mkdir -p build && cd build cmake .. cmake --build . ./MonkeyTyper

Project Structure

  • src/ — game source code
  • assets/ — images, fonts, sounds
  • config.txt, words.txt — game configuration and word list

Notes

  • Assets and required files are copied into the build output directory via a CMake post-build step.
  • SFML is not bundled in this repository; install it locally before building.

About

C++20 typing game built with SFML (graphics/audio) and CMake.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors