Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murilopolese/hexagonal-open-world
Hexagonal open world "game" made with Meteor
https://github.com/murilopolese/hexagonal-open-world
Last synced: about 18 hours ago
JSON representation
Hexagonal open world "game" made with Meteor
- Host: GitHub
- URL: https://github.com/murilopolese/hexagonal-open-world
- Owner: murilopolese
- Created: 2015-06-09T09:25:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T09:36:10.000Z (about 4 years ago)
- Last Synced: 2024-04-10T14:16:46.178Z (7 months ago)
- Language: JavaScript
- Homepage: https://fabulous-hex.herokuapp.com/
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexagonal grid board
------------------------This is the result of a study on hexagonal grids and Meteor pub/sub behaviour:
a generative multiplayer open world where you can walk around.![Screenshot](http://i.imgur.com/AnU3n63.png?1)
Don't expect too much and test the [demo](https://fabulous-hex.herokuapp.com/).
## How it works?
- You are the red thing.
- You move by clicking on the hexagons around you.
- You can step on everything that is green.
- Blue is supposed to be water and you don't know how to swim so you can't step there. Deal with it.
- The greyish things are rocks and you don't know how to climb so you can't step there. Deal with it again.
- Purple things are other players.
- The brown things are the portals to other terrains.
- The big name with numbers on the side are that terrains name and it's coordinate in the world.## To do
* Portal bug: You should not be able to click the portals without getting close enough
* Resize rows after render
* Fix movement bug: You can jump 2 tiles for some positions.
* Fix pub/sub: Should clean the previous subscriptions before resubscribe.
* Terrain generator: Improve terrain generation to don't put "portals" on impossible places.
* Terrain generator: Add other landscapes (dugeon, forest, desert)
* Security: You should not be able to modify your profile
* Security: You should not be able to see other people's personal info