Skip to content

Commit

Permalink
Merge 1bafb80 into 32f8b69
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lee committed Aug 21, 2019
2 parents 32f8b69 + 1bafb80 commit 9f3ff4d
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 2 deletions.
51 changes: 49 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,49 @@
# Hermes
A game like Eve. But not.
<p align="center">
<a href="" rel="noopener">
<img width=875px height=350px src="https://github.com/alexlee-dev/hermes/raw/feature/readme/hermes-cover.png" alt="Hermes logo"></a>
</p>

<div align="center">

[![Build Status][travis]][travis]

</div>

---

<p align="center"> A game about space and junk.
<br>
</p>

## 📝 Table of Contents

- [About](#about)
- [Built Using](#built_using)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)

## 🧐 About <a name = "about"></a>

A game about space and junk.

## ⛏️ Built Using <a name = "built_using"></a>

- [React](https://reactjs.org/) - A JavaScript library for building user interfaces
- [Redux](https://redux.js.org/) - A predictable state container for JavaScript apps
- [Grommet](https://v2.grommet.io/) - A React-based UI Framework

## ✍️ Authors <a name = "authors"></a>

- [@alexlee-dev](https://github.com/alexlee-dev) - Developer

## 🎉 Acknowledgements <a name = "acknowledgement"></a>

- [NameCheap's Logo Maker](https://www.namecheap.com/logo-maker/app/new)

[npm-image]: https://img.shields.io/npm/v/hermes-game.svg
[npm-downloads]: https://img.shields.io/npm/dt/hermes-gaame.svg
[npm-url]: https://www.npmjs.com/package/hermes-gaame
[size-image]: https://img.shields.io/bundlephobia/minzip/hermes-game.svg
[coverage-badge]: https://coveralls.io/repos/github/alexlee-dev/hermes/badge.svg?branch=master
[coverage-link]: https://coveralls.io/github/alexlee-dev/hermes?branch=master
[travis]: https://travis-ci.org/alexlee-dev/hermes.svg?branch=master
Binary file added hermes-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hermes-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hermes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "hermes",
"version": "0.1.0",
"private": true,
"description": "A game about space and junk.",
"dependencies": {
"@sentry/browser": "^5.6.1",
"grommet": "^2.7.6",
Expand Down

0 comments on commit 9f3ff4d

Please sign in to comment.