Skip to content

RodrigoRoy/pacman99-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAC-MAN 99 graph generator

Simple python script to convert your recent stats into a graph. Super Mario 35 style.

Useful to display your progress while you are playing online or just to track your progress in private sessions.

What you need?

  • Python 3

Dependencies

  • numpy
  • matplotlib

Consider using this commands to get numpy and matplotlib:

pip install numpy
pip install matplotlib

How to

In a terminal/console, execute the script using the ranking number as parameter:

python draw_graph.py 13

And an image in the same directory/folder will appear with the graph

About

Convert PAC-MAN 99 ranking history into a graph

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages