Skip to content

gracchen/DeathCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeathCounter

Hello! This rudimentary c++ program is a death counter for any game. It records the enemy name and timestamp into two csv files, log and count.

.exe Program:

  • Type name, then enter to record death.
  • Prefix name with asterisk * for victory
  • q to quit
  • p to print stats

Columns in count.csv:

  • Name
  • Deaths
  • Wins

Columns in log.csv: (each session has newline break)

  • Name of enemy (case-sensitive)
  • Date
  • Timestamp of death/victory
  • Time since starting session

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published