Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingchili/halloween-memory
Java 2D Halloween memory game
https://github.com/codingchili/halloween-memory
2d android game halloween java memory
Last synced: 6 days ago
JSON representation
Java 2D Halloween memory game
- Host: GitHub
- URL: https://github.com/codingchili/halloween-memory
- Owner: codingchili
- License: other
- Created: 2014-11-18T17:16:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T17:57:28.000Z (about 6 years ago)
- Last Synced: 2024-10-10T20:54:04.683Z (28 days ago)
- Topics: 2d, android, game, halloween, java, memory
- Language: Java
- Homepage:
- Size: 11.3 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
HalloweenMemory
===============Memory game with a halloween theme from 2014 - rebooted as an Android app!
![alt text](https://raw.githubusercontent.com/codingchili/halloween-memory/master/halloween.png "Current snapshot version")
#### In progress
- [ ] port to android.
- [ ] google play store deployment.
- [ ] matchmaking / online play
- [ ] rewrite android parts in Kotlin#### Port progress
- [ ] multi-project build to build artifacts for both mobile and desktop.
- [ ] wrap drawing APIs to reuse draw calls.
- [ ] use the gyroscope sensor for parallax effects.## Building
To build the desktop jar run
```
gradle jar
```To start the game,
```
java -jar halloween.jar
```Android build TBD.
## Contributing
All contributions are welcome, submit a PR, issue or a review.Contains Graphics by Arrioch, Milos Markovic. CC-BY-NC-ND (4.0)