aboutsummaryrefslogtreecommitdiff
path: root/Bitspace 2.0
Commit message (Collapse)AuthorAgeFilesLines
* Started work on a lot of issuesSyndamia2019-09-2810-28/+106
| | | | Added classes Item and AmbientItem. Started work on fighting mechanic.
* Update Program.csSyndamia2019-09-191-1/+2
|
* Fixed screen printing and tweaked some thingsSyndamia2019-09-193-10/+16
| | | | Rather than writing and then clearing the screen, now cursor psition is moved to the beginning and writes over old screen. Mobs now heal only after they have regained all their "Air". Made map sizes bigger. Creatures get affected by biomes more slowly.
* Worked on issue #59Syndamia2019-09-153-1/+89
| | | | Left out only the settings menu (2nd checkbox)
* Did issue #54, Inventory is fully implimentedSyndamia2019-09-148-20/+122
|
* Finished issues #51 and #57, laid foundations for issue #54 (Item.cs) and ↵Syndamia2019-09-138-42/+194
| | | | did overall a lot of tiny code corrections
* Did work on issues #48 (finished), #52 (finished) and #56 (whole)Syndamia2019-09-125-20/+70
|
* Started work on issue #52 and started work on getting every element ↵Syndamia2019-09-107-13/+89
| | | | fromCreatures.cs
* Began the Bitspace 2.0 project. Mainly worked on issues #48 and #49, the ↵Syndamia2019-09-0912-0/+503
overall structure of the program and trying to catch up to Bitspace, learning from my mistakes