RaraCai / GluttonousSnake

Tongji University-OOP couse-GluttonousSnake Game-同济大学计算机科学与技术系-2023年度oop课程大作业-贪吃蛇游戏
0 stars 0 forks source link

Gluttonous Snake Game

notice This is one of Course Projects of my OOP course at school.
It's welcome to exchange and discuss ideas but pay attention that plagiarism is NOT advocated if you are also learning the OOP course.

File Schema

Record.cpp&Record.h the ranking page
item.cpp&item.h the snake class, the food class, the wall class
manager.cpp&Record.h the manager class to control the program
myGUI.cpp&myGUI.h my personalized GUI style and related classed
page.cpp&page.h the page class
snake_main.cpp the main file

How to use it