Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lokranjanp/asteroids
- Owner: lokranjanp
- License: other
- Created: 2024-05-27T05:59:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T01:11:57.000Z (3 months ago)
- Last Synced: 2024-08-16T08:10:55.831Z (3 months ago)
- Topics: arcade-game, asteroids-game, pygame, python3
- Language: Python
- Homepage:
- Size: 6.31 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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