Skip to content

Arcade game for a single player built using PyGame with various performance metrics and minimalistic graphics using OOP. This is also part of my undergrad minor project, 21IS6P01.

License

Notifications You must be signed in to change notification settings

lokranjanp/Asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Arcade game for a single player built using PyGame with various performance metrics and minimalistic graphics using OOP. This is also part of my undergrad minor project, 21IS6P01.

Topics

Resources

License

Stars

Watchers

Forks

Languages