hextris/README.md

51 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2014-05-17 23:17:28 +00:00
Hextris
==========
2018-02-15 21:01:57 +00:00
<img src="images/twitter-opengraph.png" width="100px"><br>
2019-05-10 06:30:49 +00:00
An addictive puzzle game inspired by Tetris. Play it at [www.hextris.io](http://www.hextris.io), or [https://hextris.github.io/hextris](https://hextris.github.io/hextris).
2018-02-15 20:52:10 +00:00
2017-02-24 19:55:55 +00:00
By:
2017-12-23 21:35:58 +00:00
- Logan Engstrom ([@lengstrom](http://loganengstrom.com/))
- Garrett Finucane ([@garrettdreyfus](http://github.com/garrettdreyfus))
- Noah Moroze ([@nmoroze](http://github.com/nmoroze))
- Michael Yang ([@themichaelyang](http://github.com/themichaelyang))
2020-01-07 05:46:09 +00:00
## Citation
2020-01-07 05:43:22 +00:00
Did you use Hextris in your research? Cite us as follows:
```
@misc{engstrom2015hextris,
author = {Logan Engstrom, Garrett Finucane, Noah Moroze, Michael Yang},
title = {hextris},
year = {2015},
howpublished = {\url{https://github.com/hextris/hextris/}},
note = {commit xxxxxxx}
}
```
2020-01-07 05:46:09 +00:00
# Contributions
This project is not very actively maintained, as we are all very busy these days. But feel free to open an issue or PR, and we'll eventually take a look.
# About
Hextris was created by a group of high school friends in 2014.
## Press kit
http://hextris.github.io/presskit/info.html
2014-07-28 02:28:49 +00:00
## License
2018-02-16 04:26:35 +00:00
Copyright (C) 2018 Logan Engstrom
2014-07-28 02:28:49 +00:00
2018-02-16 04:26:35 +00:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.