Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfgodoy/battlesnake-tester
ambitious battlesnake tester
https://github.com/jfgodoy/battlesnake-tester
battlesnake-community
Last synced: 3 months ago
JSON representation
ambitious battlesnake tester
- Host: GitHub
- URL: https://github.com/jfgodoy/battlesnake-tester
- Owner: jfgodoy
- License: mit
- Created: 2021-08-28T21:49:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T13:41:19.000Z (almost 3 years ago)
- Last Synced: 2024-05-31T15:14:02.510Z (5 months ago)
- Topics: battlesnake-community
- Language: TypeScript
- Homepage:
- Size: 824 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Battlesnake Tester
Check it out at https://jfgodoy.github.io/battlesnake-tester
The app allow you to import games played in https://play.battlesnake.com/, navigate all the turns and create tests
for your server. The test created are saved locally in your browser in a IndexedDB.![image](src/assets/screenshot.png)
Leave a star if you found this project useful :star:
## Features
- allow import a game from https://play.battlesnake.com/ and create a test
- remove a saved test
- edit a saved test
- export test as curl
- edit a turn or create a board from scratch
- export/import database
- get played games for your snake in https://play.battlesnake.com/, to easily import themSuggestions of new features are welcome.
## Acknowledgement
Many thanks to the team [BattlesnakeOfficial](https://github.com/BattlesnakeOfficial) and its [board](https://github.com/BattlesnakeOfficial/board) project from were I borrowed the display.
## Credits
[Assets used with permission from Battlesnake](https://play.battlesnake.com/)