Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/lincolncpp/grape2d
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Lincoln committed Mar 8, 2019
2 parents 865efd6 + e8d97aa commit c8f1464
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
![Logo](https://github.com/lincolncpp/grape2d/blob/master/logo.png)
# Grape2D
![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)
![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
Expand All @@ -23,6 +30,12 @@ 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

0 comments on commit c8f1464

Please sign in to comment.