2f3a03dbf7The camera position should consider the width of a tile
Yohann D'ANELLO
2020-11-11 15:10:46 +0100
1e66e263bcUse bricks for walls
Yohann D'ANELLO
2020-11-11 15:09:28 +0100
e3d28409f5Repaired tthe display problem for settings menu
eichhornchen
2020-11-11 14:56:00 +0100
d9b7db742aAdded settings diplay and ability to change the keys (there is a refreshing problem though)
eichhornchen
2020-11-11 14:46:25 +0100
56ba9d186eDisplay message if we are dead
Yohann D'ANELLO
2020-11-11 01:17:00 +0100
6e8cfdcb1aSpawn new entities on each level (will be removed, only for tests)
Yohann D'ANELLO
2020-11-11 01:07:19 +0100
c5e6459d37Fight other entities while bumping them, without any weapon
Yohann D'ANELLO
2020-11-11 01:04:30 +0100
9909b12501Fight other entities
Yohann D'ANELLO
2020-11-11 00:50:47 +0100
5addd42535Only refresh entities if the player moved, ignore most events
Yohann D'ANELLO
2020-11-11 00:38:02 +0100
279d9d9f58Monsters can hit the player. No respect for unarmed people...
Yohann D'ANELLO
2020-11-10 23:00:09 +0100
f9f02b6621Move to closest player if it is close
Yohann D'ANELLO
2020-11-10 22:59:02 +0100
12ee436f4dFix broken game test
Yohann D'ANELLO
2020-11-10 22:44:53 +0100
d26b66f337Add possibility to define the background color of entities (black in ASCII, white in Unicode)
Yohann D'ANELLO
2020-11-10 22:34:12 +0100
a8223aab2eAdd possibility to define the background color of entities (black in ASCII, white in Unicode)
Yohann D'ANELLO
2020-11-10 22:30:55 +0100
ec6b90fba2All entities can move, not only players
Yohann D'ANELLO
2020-11-10 22:10:28 +0100
2045a57907Don't add any additional space to unicode entities
Yohann D'ANELLO
2020-11-10 22:07:03 +0100
1684647ea2Missing type
Yohann D'ANELLO
2020-11-10 22:04:38 +0100
26196a7dcaMove the camera with the player
Yohann D'ANELLO
2020-11-10 22:02:41 +0100
d5ef041f48Tiles can have multiple width according to the used texture pack for a better support of unicode
Yohann D'ANELLO
2020-11-10 22:01:57 +0100
3f4c809db6Monsters are hedgehogs 🦔
Yohann D'ANELLO
2020-11-10 21:47:36 +0100
3f374d2558Spawn a random amount of squirrels on the map
Yohann D'ANELLO
2020-11-10 21:41:54 +0100
3b3b8ee8daMerge branch 'display' into 'master'
ynerant
2020-11-10 21:34:34 +0100
3416ce2ac3Ignore unreachable code in test environment, we have now 99% of coverage
Yohann D'ANELLO
2020-11-10 21:32:42 +0100
7173d13495Slightly cover bootstrap, to increase more and more coverage. Ensure that there is no associated shell
Yohann D'ANELLO
2020-11-10 21:32:10 +0100
e9ac448854Screen is resizable (but please be nice with it)
Yohann D'ANELLO
2020-11-10 21:20:11 +0100