Skip to content

Fix #996: Add Mini Space Invaders game#2

Open
onioni123 wants to merge 1 commit intomainfrom
feature/issue-996-mini-space-invaders
Open

Fix #996: Add Mini Space Invaders game#2
onioni123 wants to merge 1 commit intomainfrom
feature/issue-996-mini-space-invaders

Conversation

@onioni123
Copy link
Copy Markdown
Owner

Summary

This PR implements a Mini Space Invaders game as requested in issue sumanth-0#996.

Features

  • ASCII-based Space Invaders game
  • Player can move left/right using A/D keys
  • Shoot bullets with SPACE key
  • Enemies move horizontally and descend when hitting edges
  • Enemies shoot back randomly
  • Score tracking
  • Game over conditions (enemies reach bottom or player is hit)
  • Victory condition (all enemies destroyed)

Implementation Details

  • Python code with approximately 133 lines
  • Uses terminal/console for display
  • Compatible with Windows (msvcrt) for keyboard input
  • Follows the folder naming convention: #996_Mini_Space_Invaders/mini_space_invaders.py

Fixes sumanth-0#996

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mini Space Invaders

1 participant