https://github.com/redetection/heroesclient
[WIP] Heroes of Might & Magic III VNC client for iPhone
https://github.com/redetection/heroesclient
Last synced: 11 months ago
JSON representation
[WIP] Heroes of Might & Magic III VNC client for iPhone
- Host: GitHub
- URL: https://github.com/redetection/heroesclient
- Owner: ReDetection
- Created: 2016-05-09T14:22:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T15:14:11.000Z (about 10 years ago)
- Last Synced: 2025-03-20T10:21:49.783Z (about 1 year ago)
- Language: Swift
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HeroesClient
The goal is to be able to play HoMM III comfortable from the iPhone.
Current idea is to split whole screen in parts: like when your hero walking outside, there can be from 3-5 screen parts:
* map, where you hero walks
* heroes selection
* castles selection
* minimap
* actions menu
Currenly tested with RealVNC and TightVNC servers.
The latter seems to handle faster (because the former falls back on RAW encoding, which is not efficient), so I would recomment using TightVNC to test.
# TODO
- [ ] automatic screen type detection
- [ ] 16-bit pixelformat support for VNC-library
- [ ] support for active/invasive screen parts (hire units in castle, open magic book during battle, etc) which requires interaction, not just screen part draw
- [ ] some mockups in README for easier understanding
# License
MIT
# Contibutions are welcome!