Skip to content

rhuwald/Darkstar74

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Darkstar74

Darkstar74 - a retrostyle, vectorbased asteroids clone (written in python)

A game, created especially for the Pimoroni Presto with attached QwSTPad. The 7 LEDs mounted on the back are used to create an ambilight effect. The spaceship is steered with left & right. To fire, press the A button. To thrust, press the X button.

The design of the font, asteroids, ufo and spaceship is taken from the original game Asteroids (developed in 1979 by Lyle Rains and Ed Logg for Atari). See https://computerarcheology.com/Arcade/Asteroids/DVG.html.

Screenshot 1

Screenshot 2

Screenshot 3

Required Hardware

  • Pimoroni Presto
  • QwSTPad (with id 0 - can be changed in darkstar74_presto_240.py)
I2C_PINS      = {"id": 0, "sda": 40, "scl": 41} # The I2C pins the QwSTPad is connected to
I2C_ADDRESS   = ADDRESSES[0]                    # The I2C address of the connected QwSTPad
  • Power (battery or AC adapter)

Installation

  1. Download the python file to your PC
  2. Upload the file to your Pimoroni Presto (e.g., with Thonny).
  3. Start darkstar74_presto.py (e.g., with Thonny)
  4. Play and enjoy!
  5. To start Darkstar74 automaticaly - rename it to main.py

Pimoroni Presto

The Pimoroni Presto is a RP2350-powered microcontroller board with a 4" square touchscreen (480x480px).

About

Darkstar74 - a retrostyle Asteroids(r) game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages