Skip to content

An assignment of primary programming in THU, 2024 spring. It requires you to make your own maze as a game(open it by cmd) by C.

Notifications You must be signed in to change notification settings

ShirakawaSanae/THUPrimaryProgramming-C-2024Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This assignment requires you to make a maze by C.

You have to complete the following requierments:

  • create a map of maze randomly, by typing in WIDTH and HEIGHT. (NOT larger than 50*50)
  • ensure that there exists at least one path from Start to End.
  • player can move by ‘w''a''s''d', quit by 'q'.
  • support automatically way-finding. (help the player!)
  • when player won the game, ask whether he/she wants another game. (press [y/n])

You can also add other user-friendly function like timer, dialog, BGM, warning of Invalid Input, etc.

image image image image

About

An assignment of primary programming in THU, 2024 spring. It requires you to make your own maze as a game(open it by cmd) by C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages