https://github.com/pihedron/polytopia
Polytopia 3D Edition
https://github.com/pihedron/polytopia
javascript javascript-game jsdoc polytopia
Last synced: 27 days ago
JSON representation
Polytopia 3D Edition
- Host: GitHub
- URL: https://github.com/pihedron/polytopia
- Owner: pihedron
- License: mit
- Created: 2024-04-20T05:04:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T09:32:15.000Z (almost 2 years ago)
- Last Synced: 2025-12-30T06:14:31.581Z (6 months ago)
- Topics: javascript, javascript-game, jsdoc, polytopia
- Language: JavaScript
- Homepage:
- Size: 351 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polytopia
This project is an attempt to clone [The Battle of Polytopia](https://polytopia.io) in JavaScript using [Three](https://threejs.org).
## Contributing
**All contributions** to this repository are welcome. There are many features yet to be implemented. Please fork and star to support this project.
> [!TIP]
> To make development easier, this project uses [JSDoc](https://jsdoc.app) comments.
## Tutorial
- `↑` move camera forward
- `↓` move camera backward
- `click` select tile
- select unit
- move unit
- attack unit
### Features
- [x] 3D rendering
- [x] movable camera
- [ ] map generation
- [x] land, sea, ocean
- [ ] mountains
- [ ] villages
- [ ] GUI
- [ ] units
- [x] movement
- [ ] combat
- [ ] training
- [ ] turns
- [ ] tech tree