Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkxs/hypercard-stack
A HyperCard stack in java
https://github.com/zkxs/hypercard-stack
Last synced: about 1 month ago
JSON representation
A HyperCard stack in java
- Host: GitHub
- URL: https://github.com/zkxs/hypercard-stack
- Owner: zkxs
- Created: 2017-07-23T14:41:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T21:43:33.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T18:22:48.130Z (almost 2 years ago)
- Language: Java
- Size: 53.8 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hypercard stack
===============An engine for creating [Myst](https://en.wikipedia.org/wiki/Myst)-like [hypercard](https://en.wikipedia.org/wiki/HyperCard) games. This old-fashioned stype of point and click game is essentially a collection of prerendered slides with links to other slides, making the game's map navigable. These slides can contain dynamic and interactive content, such as doors that can be opened and closed.
This project is Java SE 6 compliant to maximize support across various platforms.
##Planned features
* Level Editor
* Support for user-created level packs
* Scripting of custom puzzles
* Support for multiple rendering engines, which may be changed during runtime (maybe)
* OpenGL rendering
* AWT rendering
* Support for platforms which handle I/O and persistence differently
* Tentative Android support?