Skip to content

XDzzzzzZyq/Campus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Campus

CS201 BK project #2

https://whimsical.com/campus-UcuTaLE2NjuLUw6qSfXNG1

press W A S D to move

image

press E to enter to the buildings

image

notes

  • the smallest unit of position is 1m
    • the block of each tile is 1m*1m
    • the offset of map mp_offset represents the offset in tiles and also equals to the offest in meters
    • the size of map mp_size represents the counts in tiles and also equals to the size in meters

    • the starting point of map is its left-top corner rather than its center (y axis is inverted)

    • the positions of player and npcs are also in meters, so there should not be decimals
      • but as for the animations, p_pos may allows non-integer position exists temporarily


development contributions

About

CS201 BK project #2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages