An Archive of playable Arcade games built with the help of Tkinter and Arcade libraries of Python and easily playable on Python terminal.
The first one is Spaceshooter built using Arcade. It's a sidescroller game wherein the player starts on the left, enemies appear on the right. Player can move anywhere, but not off screen. Enemies fly to the left at variable speed. Collisions or player hitting the cross button ends the game.
The second game is Hangman built using Tkinter. It follows any ordinary hangman rules except it's retro version.
Features missing in the game: Pause feature, Scorekeeping, Extra lives, Boss characters, Hints, Advanced levels, Background music, etc.
The mainscreen is built using Tkinter as well.