You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asteroids is a Python and Pygame project where players control a spaceship, dodge asteroids, and shoot to survive. It features clean code organization, collision detection, and randomized asteroid behavior, focusing on core game development principles.
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.
Asteroids evasion using OpenAI's gym Reinforcement Learning (RL) package - M.Sc. Thesis in Computer Science, Ben Gurion University Ben Gurion University of the Negev, Israel
Asteroids is a classic arcade-style game built using Python and Pygame. Players control a spaceship navigating through an asteroid field, shooting asteroids to break them into smaller pieces while avoiding collisions. The game features smooth controls, collision detection, and a scoring system, providing an engaging retro gaming experience.