Skip to content

codingpog/Python-Scripting-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python-Scripting-Project

Assumptions:

  • data directory contains many files and directories
  • you are only interested in the games contaiend in this directory
  • each game is stored in a directory that contains the word "game"
  • each game directory contains a single .go file that must be compiled before it can be run

Project Steps/Requirements:

  • Find all game directories from /data
  • Create a new /games directory
  • Copy and remove the "game" suffix of all games into the /games directory
  • Create a .json file with the information about the games
  • Compile all of the game code
  • Run all of the game code-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • Go 7.3%