Skip to content
#

python-arcade

Here are 33 public repositories matching this topic...

This Snake Game is a classic arcade game implemented using Python and the Pygame library. The game involves controlling a snake to eat food and grow longer while avoiding collisions with the walls and the snake's own body. It is a single-player game where the objective is to achieve the highest possible score by consuming as much food as possible.

  • Updated Jun 28, 2024
  • Python

This is a very simple platformer I built in 5 days to learn some basics and get practice in making frame based games. While it is mechanically simple, there are a lot of precise jumps and techniques you can use to shave off time and an in game timer that ticks up a second for every 45th frame (the game plays fixed at 45fps) and I had a lot of fu…

  • Updated Jan 21, 2021
  • Python

Improve this page

Add a description, image, and links to the python-arcade topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-arcade topic, visit your repo's landing page and select "manage topics."

Learn more