Commit Graph

72 Commits (master)

Author SHA1 Message Date
GreenXenith 30a16baab3 Add license 2021-01-29 14:03:44 -08:00
GreenXenith aec7662c0c Change entry point to __main__ 2021-01-29 14:01:20 -08:00
GreenXenith d820dc08c5 Make indentation consistent 2021-01-29 13:55:12 -08:00
GreenXenith 46c6393f58 Simplify rand function (time method broken?) 2020-12-26 01:51:57 -08:00
GreenXenith c68eee3bee Update README 2020-05-02 14:47:38 -07:00
GreenXenith 32666d4e2d Cleanup 2020-05-02 14:33:32 -07:00
GreenXenith 95b86c5d4b Fix XP hud icon lighting 2020-05-02 14:18:16 -07:00
GreenXenith e1d0133096 Live and let die (player death) 2020-05-02 14:17:35 -07:00
GreenXenith 50980bedf4 Change dirt color 2020-05-02 12:38:55 -07:00
GreenXenith 0e523beb45 Tweak combat handling 2020-05-02 12:28:26 -07:00
GreenXenith ce23bf8b6c Add combat system 2020-05-02 02:28:38 -07:00
GreenXenith c9bd6cda07 More enemies per level 2020-05-01 23:25:10 -07:00
GreenXenith 32f7c7871c Add enemies 2020-05-01 23:02:03 -07:00
GreenXenith 47462f182a Remove key when unlocking next level 2020-05-01 15:27:24 -07:00
GreenXenith 8ce15e4b02 Vary map size and room dimensions/count per-level 2020-05-01 15:21:58 -07:00
GreenXenith 9f64e6c947 Lock exits and add key 2020-04-30 01:06:45 -07:00
GreenXenith 382ef4b365 Place exit in last room, not first (forgot to uncomment) 2020-04-30 00:11:55 -07:00
GreenXenith 6c0124ac6c Implement multiple dungeon levels 2020-04-30 00:09:03 -07:00
GreenXenith 0be0efeb7f Handle non-existent keybinds, add shift 2020-04-30 00:07:52 -07:00
GreenXenith d760a27170 Fix out-of-range dungeon generator errors 2020-04-30 00:04:44 -07:00
GreenXenith c49b8529fe Change loot placer to function 2020-04-29 21:46:23 -07:00
GreenXenith e681aba33c Remove duplicate file (how long as that been there..?) 2020-04-29 21:43:48 -07:00
GreenXenith a8c71750e4 Modulize rand function 2020-04-29 21:42:39 -07:00
GreenXenith d9099ade92 Add HUD class and coin counter 2020-04-28 02:37:53 -07:00
GreenXenith a203700edd Tweak loot chances and corridor lengths 2020-04-28 02:06:19 -07:00
GreenXenith a3ba0b9926 Fix generator rotation crash 2020-04-28 01:44:19 -07:00
GreenXenith da4e4a93be Fix scaled rendering gaps, tweak wall textures 2020-04-28 00:54:21 -07:00
GreenXenith 1c8e852140 Add loot placer, tweak player rendering, add tile on_step 2020-04-27 23:54:14 -07:00
GreenXenith 9b38556cb2 Widen hallways 2020-04-27 23:53:27 -07:00
GreenXenith df64ac9c09 Redo character sprite and fix player collisions/rendering 2020-04-26 23:07:39 -07:00
GreenXenith 9a5ca4b0de Better collision checking 2020-04-24 14:38:16 -07:00
GreenXenith a408c30553 Adjust when player is drawn 2020-04-24 00:00:34 -07:00
GreenXenith 191f06895e Convert to 2.5D orthographic perspective 2020-04-23 23:51:45 -07:00
GreenXenith cb8ce89166 Refactor map handling/generation/rendering 2020-04-23 14:19:46 -07:00
GreenXenith 4d52a67743 Add vector rounding methods 2020-04-04 12:14:35 -07:00
GreenXenith abad6c23a2 Adjust character shoe color 2020-04-04 11:50:45 -07:00
GreenXenith 74433e7fd9 Fix wall rendering at edges 2020-03-11 12:23:50 -07:00
GreenXenith b98d12627a Add README 2020-03-04 14:22:38 -08:00
GreenXenith 717ce5bf50 Make rooms more frequent 2020-03-04 13:07:11 -08:00
GreenXenith 06735fcaf2 Adjust animation speed handler 2020-03-04 12:48:54 -08:00
GreenXenith 2c926d7935 Fix map generator 2020-03-04 12:32:22 -08:00
GreenXenith 0acd41eacc Mostly implement map generator 2020-03-04 11:23:23 -08:00
GreenXenith a99f81de0c Start working on map generator 2020-03-02 07:53:52 -08:00
GreenXenith dd1bc0d6c5 Tweak character 2020-02-25 15:08:37 -08:00
GreenXenith a7820c3e09 Tweak imports 2020-02-24 18:26:29 -08:00
GreenXenith b52de108ad Folder restructure 2020-02-24 18:20:51 -08:00
GreenXenith 928ad097a5 Make player speed consistent in all directions 2020-02-24 17:46:44 -08:00
GreenXenith e2e582ab03 Allow empty y in new vector 2020-02-24 17:46:30 -08:00
GreenXenith 6a4cdaab90 Add outer corners 2020-02-24 17:30:02 -08:00
GreenXenith 093817d051 Restructure map class 2020-02-24 17:13:44 -08:00