You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SuperMario/README.md

9 lines
136 B

6 months ago
# SuperMario
6 months ago
import sys
import pygame as pg
from data.main import main
6 months ago
6 months ago
if __name__=='__main__':
main()
pg.quit()
sys.exit()