aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added Wave.cs tests (and fixed a Wave.cs problem)Syndamia2019-09-082-3/+25
* Finished implementation and cleanup of Monitor.cs, implimented Wave.cs and ad...Syndamia2019-09-047-56/+146
* Merge branch 'master' of https://github.com/Syndamia/ShowerSyndamia2019-09-013-0/+519
|\
| * Added the very first coding project I have ever done (following tutorials by ...Syndamia2019-08-053-0/+519
* | Began the oscilloscope projectSyndamia2019-09-017-0/+306
|/
* Mobs now pick up broken items by them, fixed bug where non player mobs don't ...Syndamia2019-05-154-7/+21
* Fixed item breaking, added possibility of a mob to walk over a certain item, ...Syndamia2019-05-143-46/+72
* Certain items can now be placed and destroyed (not really, the system must be...Syndamia2019-05-012-57/+136
* Merged weapons with items (all items are, from now on, considered a weapon), ...Syndamia2019-04-286-123/+142
* Added class Item, mobs have an item inventory and it can be printed, more fle...Syndamia2019-04-265-42/+142
* Made code a bit more self explanatory and optimized commentsSyndamia2019-04-254-117/+111
* Stats of mob(s) that the player is fighting, mobs now get out of damaging bio...Syndamia2019-04-253-42/+111
* Added comments that exaplin a bit more the codeSyndamia2019-04-232-18/+22
* Combined key bindings into a dictionary (they are now more modular), key bind...Syndamia2019-04-181-17/+113
* Added armour system, made damage from weapons system better, added different ...Syndamia2019-04-174-49/+70
* Added a start menu, with settings, fixed weapon printing, weapons now do dama...Syndamia2019-04-163-60/+268
* Added the personal project Chopsticks with it's original logsSyndamia2019-04-1637-0/+4643
* Added class Weapons (custom weapon damage, name, char, ...), made combat syst...Syndamia2019-04-165-92/+218
* Updates: map size menu, map line supports up to two biomes, alive property of...Syndamia2019-04-124-34/+149
* Added the developement so far on the open world (RPG?) game Bitspace. Feature...Syndamia2019-04-117-0/+396
* Initial commitKamen2019-04-112-0/+1004