Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
durkisneer1 authored Jan 10, 2024
1 parent e786fee commit 80f62cf
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Kraken Engine <a href="https://app.codacy.com/gh/durkisneer1/Kraken-Engine/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade"><img src="https://app.codacy.com/project/badge/Grade/17028e01d32f4441be4bd5e37edb94ce"/></a> <img src="https://img.shields.io/badge/license-MIT-blue.svg">
<div align="center"><img src="https://kraken-engine.readthedocs.io/en/latest/_images/kraken-engine-banner.png"/></div>

`Kraken Engine` extends SDL2 with easy-to-use features like <em>texture caching</em> and <em>collision logic</em>. Future plans include implementing handy mathematical functions such as <em>pathfinding</em>, <em>raycasting</em>, and <em>built-in physics</em>.
<div align="center">
<a href="https://app.codacy.com/gh/durkisneer1/Kraken-Engine/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade">
<img src="https://app.codacy.com/project/badge/Grade/17028e01d32f4441be4bd5e37edb94ce"/></a> <img src="https://img.shields.io/badge/license-MIT-blue.svg">
</div>

<br>

The `Kraken Engine` is a powerful extension to SDL2, designed to streamline your game development process. It provides a suite of easy-to-use features such as <em>texture caching</em> and <em>collision logic</em>, allowing you to focus on creating immersive experiences for your players.

## Documentation

You can find the latest documentation [here](http://kraken-engine.rtfd.io/)
You can find the latest documentation [here](http://kraken-engine.rtfd.io/).

## Licensing

Expand Down

0 comments on commit 80f62cf

Please sign in to comment.