Compare commits

..

1 Commits

Author SHA1 Message Date
7be69621f9 Updated/extended README. 2020-05-11 18:59:26 +02:00

View File

@ -1,19 +1,5 @@
# TINS 2020
## Content
- [Introduction](##Introduction)
- [Additional Rules](##Additional-Rules)
* [Implementation](###Implementation)
* [Definition](###Definition)
- [Building](##Building)
- [Sources](##Sources)
- [Licenses (third party)](##Licenses)
* [Go-SDL2](###Go-SDL2)
* [SDL 2.0](###SDL-2.0)
* [Fira Mono font](###Fira-Mono-font)
* [Open Sans font](###Open-Sans-font)
## Introduction
**Welcome to Botanim!**
@ -33,9 +19,7 @@ Flowers can only grow (well) in certain climates based on two properties: humidi
Have fun playing!
## Additional Rules
### Implementation
## Rules
**genre rule #130**
This rule is the most obvious. The goal of the game is to grow flowers so given enough time and a bit of luck your screen will be full of flowers.
@ -49,7 +33,9 @@ The terrain is based on (several: humidity, temperature, placement of props, var
**technical rule #68**
The description of the flowers will scroll below the icon of the "buy flower" buttons when hovered.
### Definition
## Implementation
## Additional Rules
### Genre requirement
**** There will be 1 genre rule
@ -96,8 +82,8 @@ Comments: Lots of wiggle room here. For example, you could revert the last techn
Prerequisites:
- [SDL 2.0](https://www.libsdl.org/) (SDL2, SDL2_image, SDL2_ttf and SDL2_gfx development libraries are required; for [more information](https://github.com/veandco/go-sdl2)).
- [Go](https://golang.org/dl/) 1.12 or later.
- GCC or a compatible compiler.
- [Git](https://git-scm.com/download).
- GCC.
- Git.
With all prequisites installed you can run:
```