Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekocode/nekocode.cn
The repository that hosted the source files of nekocode.cn
https://github.com/nekocode/nekocode.cn
game web
Last synced: 18 days ago
JSON representation
The repository that hosted the source files of nekocode.cn
- Host: GitHub
- URL: https://github.com/nekocode/nekocode.cn
- Owner: nekocode
- License: apache-2.0
- Created: 2015-08-29T06:06:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T08:12:07.000Z (4 months ago)
- Last Synced: 2024-07-26T11:27:07.290Z (4 months ago)
- Topics: game, web
- Language: TypeScript
- Homepage: https://nekocode.cn
- Size: 2.55 MB
- Stars: 26
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| ![screenshot](screenshot.jpg) |
| --- |## neko 岛🏝
使用 PixiJS + TiledMap 实现的个人小岛
在线演示: [nekocode.cn](https://nekocode.cn/)
* 为了兼顾没有键盘的移动端,所以选择了使用鼠标/触摸点击的方式进行交互
* shader 滤镜: sepia + bulgePinch + brightnessContrast + vignette + noise
* 寻路算法: [PathFinding.js](https://github.com/qiao/PathFinding.js)
* 地图编辑器: [Tiled](https://www.mapeditor.org/)