Skip to content

tobiasbp/python-arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-arcade

A simple game built with Python and the Arcade library. When the player gets 100 points, by firing shots, the game switches to the game over view. This repository is to be used as the starting point for other games.

Setup virtual environment

  1. Create the virtual environment: python3 -mvenv .venv
  2. Activate the virtual environment: source .venv/bin/activate
  3. Install the needed Python packages with: pip3 install -r requirements.txt

Run the game

  1. python my_game.py

About

A simple game built with Python and the Arcade library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages