Commit Graph

13 Commits

Author SHA1 Message Date
oss f8060438da Add audio, bug fix in map reader 2020-03-20 00:59:21 +03:00
NaiJi ✨ 6896cf037d Fix comments 2020-03-19 18:42:45 +03:00
oss 5d058f3e66 Level improve: add parser for level files 2020-03-19 17:24:18 +03:00
NaiJi ✨ 256db75f37 Make everything work 2020-03-16 22:27:34 +03:00
NaiJi ✨ 9c4914b16b Add height for cells 2020-03-16 19:54:42 +03:00
NaiJi ✨ 7571b6a670 Add setter for teleport coordinates 2020-03-16 17:38:04 +03:00
NaiJi ✨ 05826aeb3c Replace raw ptrs with unique ptrs 2020-03-16 17:30:30 +03:00
oss 6eac3c84f6 Global refactoring; add level builder 2020-03-16 00:57:39 +03:00
NaiJi ✨ 1f72bfc1fd Add cell deviation 2020-03-15 18:21:50 +03:00
NaiJi ✨ b44ac5752d Make triggers work 2020-03-15 04:33:39 +03:00
NaiJi ✨ 0037de691f Add TriggerCell for more in-game fun 2020-03-03 19:11:04 +03:00
NaiJi ✨ fbf18501d7 Fix syntax errors and warnings 2020-03-03 01:22:37 +03:00
NaiJi ✨ f24193b309 Refactor cells structure
Now each cell is an object of a specific class representing logic and behavior of how game should behave when player tries to move onto the following cell. Also add TeleportCell
2020-03-02 19:04:17 +03:00