Files
CollectorMono/README.md
Harkamal Randhawa ee98afebbc Update README.md
Changed video start time
2022-11-21 16:56:01 -07:00

45 lines
2.2 KiB
Markdown

# CollectorMono
This is a small game that I made around 2019. I've long since abandoned it but decided to update the information surrounding it since it's one of the few projects I've been happy with.
# Video Explaination
[![CollectorMono Showcase](http://img.youtube.com/vi/asVr2u7_mnA/0.jpg)](https://youtu.be/asVr2u7_mnA?t=55 "CollectorMono Showcase")
# Screenshots
## Just the character standing around in the world
![](https://raw.githubusercontent.com/Solargale/CollectorMono/master/Collector/Documentation/2021-09-18_17-50.png)
## What was gonna be the inventory system
![](https://raw.githubusercontent.com/Solargale/CollectorMono/master/Collector/Documentation/2021-09-18_17-55.png)
## A small selection menu for the blocks
![](https://raw.githubusercontent.com/Solargale/CollectorMono/master/Collector/Documentation/2021-09-18_17-55_1.png)
## Placing and breaking blocks in the world
![](https://raw.githubusercontent.com/Solargale/CollectorMono/master/Collector/Documentation/2021-09-18_17-55_2.png)
## A zoom out showing the seperate chunks in the world
![](https://raw.githubusercontent.com/Solargale/CollectorMono/master/Collector/Documentation/2021-09-18_17-56.png)
# About
A small 2D top-down sandbox game written in C# and using [Monogame](https://www.monogame.net/). there's a WIP inventory system and you can place and destroy blocks in the world.
# Frameworks and libraries used
GUI was rendered using [Myra](https://github.com/rds1983/Myra)
Originally the code was written in [Visual Studio](https://visualstudio.microsoft.com/vs/) on Windows in 2019. Currently I'm using visual studio code, Vim and a few other cli programs to edit this together
World generation is created using [Open-Simplex noise](https://gist.github.com/KdotJPG/b1270127455a94ac5d19). Originally I was planning on using my own implementation of [Wang-tiles](https://en.wikipedia.org/wiki/Wang_tile) to render connected textures
All the textures in the game other than Lucas from the Mother series were made by myself
# Inspiration
The Game was inspired by the [Mystery Dungeon Series](https://en.wikipedia.org/wiki/Mystery_Dungeon) and [Factorio](https://www.factorio.com/). You can see this in the [design document in the git repo](Collector/Documentation/Game%20Goals%20(GG).pdf)