Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nriothrreion/console-game
一个小型控制台冒险游戏 游戏Wiki: https://github.com/NriotHrreion/Console-game/wiki
https://github.com/nriothrreion/console-game
adventure-game console-game game typescript webgame
Last synced: 25 days ago
JSON representation
一个小型控制台冒险游戏 游戏Wiki: https://github.com/NriotHrreion/Console-game/wiki
- Host: GitHub
- URL: https://github.com/nriothrreion/console-game
- Owner: NriotHrreion
- License: mit
- Created: 2020-09-18T21:07:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T04:13:31.000Z (over 2 years ago)
- Last Synced: 2023-03-11T11:23:41.214Z (almost 2 years ago)
- Topics: adventure-game, console-game, game, typescript, webgame
- Language: TypeScript
- Homepage: https://console-game.nin.red
- Size: 411 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Console Game
By NriotHrreion## 游戏介绍
这是一款web控制台冒险游戏, 游戏主角是小比特, 如果你想了解更多就去玩玩看呗?
游戏中可以通过刷怪来升级和赚钱, 有了钱就可以在商店购买更强的武器, 游戏会在特定的等级解锁新的怪物, 到99级时会进入BOSS关卡.
~~管你听没听懂, 玩就完了~~
## 如何游玩
在线: [https://console-game.nocp.space](https://console-game.nocp.space)
### 本地安装
```bash
git clone https://github.com/NriotHrreion/Console-game.git
npm i
``````bash
# http://localhost:3000
npm run start
```## 配置建议
下面是我建议的游玩配置:
- **设备:** 电脑 (必须)
- **浏览器:** [Chrome](https://google.cn/chrome) / [Edge](https://microsoft.com/edge)
- **CPU:** 最好不要用太老旧的, 不然会卡## 游玩建议
- 建议慢慢看完游戏情节
- 建议在开始打怪时点击一下页面空白处
- 建议不要催更, ~~毕竟我不是鸽子~~
- 建议不开挂, 一步一步玩 (当然如果你硬要开我也不介意, 开挂教程参见Wiki)## 测试
```bash
npm run test
```## LICENSE
[MIT](./LICENSE)