Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lokranjanp/asteroids

Arcade game for a single player, this is also part of my undergrad minor project, 21IS6P01.
https://github.com/lokranjanp/asteroids

arcade-game asteroids-game pygame python3

Last synced: 6 days ago
JSON representation

Arcade game for a single player, this is also part of my undergrad minor project, 21IS6P01.

Awesome Lists containing this project

README

        

# Asteroids
Arcade game using Pygame and Opensource Game graphics built in Python 3.10 as a facilitator game for Undergrad Minor
Project to train a Reinforcement Learning Model to learn playing Asteroids using DQN and other techniques.

The human input from the player allows control of the X - position of the spacecraft and also the bullets shot.

MOVEMENT :

-LEFT : [Left arrow key, "A" key]

-RIGHT : [Right arrow key, "D" key]

-Shoot Bullets : [SPACEBAR]

Game graphics used from :
Spacecraft Redux : https://www.kenney.nl/assets/space-shooter-redux

License : MIT