From bcf16653dde30c48d2ef0a0fabef92fbe64210e8 Mon Sep 17 00:00:00 2001 From: Fernando Lincoln Date: Thu, 7 Mar 2019 19:54:13 -0300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45d6790..399575e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Logo](https://github.com/lincolncpp/grape2d/blob/master/logo.png) -# Grape2D + 2D game engine for Linux and Windows (MingW) utilizing SDL2/C++ ## Getting started From 35896568c2a7f1979e5efae51b06e253405fc657 Mon Sep 17 00:00:00 2001 From: Fernando Lincoln Date: Thu, 7 Mar 2019 21:10:40 -0300 Subject: [PATCH 2/4] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 399575e..64e9751 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ ![Logo](https://github.com/lincolncpp/grape2d/blob/master/logo.png) +![platform](https://img.shields.io/badge/platform-linux%20|%20mingw-blue.svg?style=flat) +![issues open](https://img.shields.io/github/issues/lincolncpp/grape2d.svg) +![pull request](https://img.shields.io/github/issues-pr/lincolncpp/grape2d.svg) +[![license](https://img.shields.io/github/license/lincolncpp/grape2d.svg)](https://github.com/lincolncpp/grape2d/blob/master/LICENSE) +=== + + 2D game engine for Linux and Windows (MingW) utilizing SDL2/C++ ## Getting started @@ -23,6 +30,7 @@ make install ``` ## Running the tests +There is a Makefile in each test folder, you just need to execute the make command and run the generated file. ## License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/lincolncpp/grape2d/blob/master/LICENSE) file for details From 95864bdde09112c58d1677d7e0778a2439b97f4c Mon Sep 17 00:00:00 2001 From: Fernando Lincoln Date: Thu, 7 Mar 2019 21:29:45 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64e9751..560336a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Logo](https://github.com/lincolncpp/grape2d/blob/master/logo.png) +![Logo](https://raw.githubusercontent.com/lincolncpp/grape2d/master/logo.png) ![platform](https://img.shields.io/badge/platform-linux%20|%20mingw-blue.svg?style=flat) ![issues open](https://img.shields.io/github/issues/lincolncpp/grape2d.svg) @@ -30,7 +30,7 @@ make install ``` ## Running the tests -There is a Makefile in each test folder, you just need to execute the make command and run the generated file. +There is a Makefile in each [test folder](https://github.com/lincolncpp/grape2d/tree/master/test/), you just need to execute the make command and run the generated file. ## License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/lincolncpp/grape2d/blob/master/LICENSE) file for details From e8d97aafd380f46258fbbd34b8b61474c8372641 Mon Sep 17 00:00:00 2001 From: Fernando Lincoln Date: Thu, 7 Mar 2019 21:53:16 -0300 Subject: [PATCH 4/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 560336a..131b032 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,10 @@ make install ## Running the tests There is a Makefile in each [test folder](https://github.com/lincolncpp/grape2d/tree/master/test/), you just need to execute the make command and run the generated file. +## Authors +- **Fernando Lincoln** - [lincolncpp](https://github.com/lincolncpp) + +See also the list of [contributors](https://github.com/lincolncpp/grape2d/graphs/contributors) who participated in this project. + ## License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/lincolncpp/grape2d/blob/master/LICENSE) file for details