Skip to content

A starting point for the batter game, working with me as the team member.

Notifications You must be signed in to change notification settings

sburton42/cse210-batter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Batter

What's your batting average? Find out with this terminal version of the arcade classic. The goal is simple. Just bat the ball at the blricks until there are none left. If you miss the ball the game is over.

Getting Started


Make sure you have Python 3.8.0 or newer and raylib-py.

python3 -m pip install raylib-py

After you've installed the required libraries, open a terminal and browse to the project's root folder. Start the program by running the following command.

python3 08-batter 

You can also run the program from an IDE like Visual Studio Code. Start your IDE and open the project folder. Select the main module inside the hunter folder and click the "run" icon.

Project Structure


The project files and folders are organized as follows:

root                    (project root folder)
+-- batter              (source code for game)
  +-- game              (specific game classes)
  +-- __init__.py       (python package file)
  +-- __main__.py       (entry point for program)
+-- README.md           (general info)

Required Technologies


  • Python 3.8.0
  • Raylib-py

Authors


  • TODO: Add your names and emails here

About

A starting point for the batter game, working with me as the team member.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages