https://github.com/anileo/crystalcollider
A reverse engineered reimplementation of The Collider's server
https://github.com/anileo/crystalcollider
game-server reimplementation the-collider
Last synced: 12 months ago
JSON representation
A reverse engineered reimplementation of The Collider's server
- Host: GitHub
- URL: https://github.com/anileo/crystalcollider
- Owner: AniLeo
- License: gpl-2.0
- Created: 2020-12-29T06:06:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T19:19:05.000Z (about 5 years ago)
- Last Synced: 2025-01-23T19:49:51.662Z (about 1 year ago)
- Topics: game-server, reimplementation, the-collider
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrystalCollider
A reverse engineered reimplementation of [The Collider](https://store.steampowered.com/app/319550/The_Collider/)'s server
Without a server, the game crashes on initialization due to lack of game data
This game notably downloads a big amount of data from the server, from game settings to game levels
## Features
- [x] Game initialization
- [x] Speed levels (100 to 1300)
- [x] Level colors
- [x] Level obstacles
- [x] Level curves
- [x] Level patterns
- [x] Weekly tournament rewards
- [ ] Shop
- [ ] Register new player
- [ ] Leaderboards
## Requirements
- [PHP 7.4+](https://secure.php.net/downloads.php)
## Usage
1. Add `127.0.0.1 stats.shortbreakstudios.com` to your hosts file
2. Set up a local web server and clone this repository into your web server folder
## License
This project is licensed under the GNU GPLv2 license. This software may be modified/distributed for commercial or private use but changes to the source code must be published under the same license, containing a copy of the license and a copyright notice.
Developed by [AniLeo](https://github.com/AniLeo) at ani-leo@outlook.com (C) 2020.