1

 2 // Game Center project page

 3 // This is the first project I ever did

 4 // -------------------------------------------------------------------------------------------------------------------------------------------

 5

 6 class GameCenter: public Project {

 7

 8    name: GameCenter

 9

10    desc: Collection of simple 2D games in Pygame, including 2048, Minesweeper, Space Invaders, Tic-Tac-Toe, Breakout, Snake, and Pong

11

12    tools: Python, PyGame, game design

13

14    github_link: Click here

15

16 }

17

18

19

20

21

Terminal