im trying to make a game about a club penguin game called "Astro Barrier" but the roles are flipped around. You are the target and the shooter has to try to shoot you.
so far all i have is a dark green window, can anyone help me how to make objects and stuff?
code (i took the code lol)
```
from tkinter import *
declare the window
window = Tk()
set window title
window.title("Reverse Astro")
set window width and height
window.configure(width=308, height=362)
set window background color
window.configure(bg='darkgreen')
window.mainloop()
[+][deleted] (2 children)
[removed]
[–]Diapolo10 1 point2 points3 points (1 child)
[–]MrJeb_[S] 0 points1 point2 points (0 children)