screeps/README.md

50 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2023-12-15 17:53:21 -05:00
<!-- Header -->
<div id="top" align="center">
<br />
<!-- Logo -->
2023-12-15 19:09:15 -05:00
<img src="https://git.zakscode.com/repo-avatars/b1c66208864d63e448dfcb85bff5f949b7c477eac8d3f1f0e3f267677cdf34fc" alt="Logo" width="200" height="200">
2023-12-15 17:53:21 -05:00
<!-- Title -->
### Screeps
<!-- Description -->
Screeps Code
<!-- Repo badges -->
[![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/screeps/tags&query=$[0].name)](https://git.zakscode.com/ztimson/screeps/tags)
[![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/screeps&query=open_pr_counter)](https://git.zakscode.com/ztimson/screeps/pulls)
[![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/screeps&query=open_issues_count)](https://git.zakscode.com/ztimson/screeps/issues)
<!-- Links -->
---
<div>
<a href="https://git.zakscode.com/ztimson/screeps/releases" target="_blank">Release Notes</a>
<a href="https://git.zakscode.com/ztimson/screeps/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
<a href="https://git.zakscode.com/ztimson/screeps/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
</div>
---
</div>
## Table of Contents
- [Screeps](#top)
- [About](#about)
- [Built With](#built-with)
- [License](#license)
## About
[Screeps](https://screeps.com) is an MMO videgame based around coding. Using an API you have to program "screeps", workers in a 2d world, to build & manage a base. On top of gathering resources & building, the game is multiplayer so you have to deffend your base from other players & write scripts to attack others to secure more resources.
For more inforation checkout https://screeps.com
### Built with
[![JavaScript](https://img.shields.io/badge/JavaScript-000000?style=for-the-badge&logo=javascript)](https://javascript.com/)
## License
Copyright © 2023 Zakary Timson | Available under MIT Licensing
See the [license](./LICENSE) for more information.