XDzzzzzZyq / Campus

CS201 BK project #2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%