https://github.com/ramen2x/spikewall
An open source server for the defunct 2015 mobile game Sonic Runners.
https://github.com/ramen2x/spikewall
asp-net reimplementation server server-emulator sonic sonic-runners
Last synced: 10 months ago
JSON representation
An open source server for the defunct 2015 mobile game Sonic Runners.
- Host: GitHub
- URL: https://github.com/ramen2x/spikewall
- Owner: Ramen2X
- License: lgpl-2.1
- Created: 2022-06-16T00:38:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T20:30:58.000Z (12 months ago)
- Last Synced: 2025-03-24T04:50:51.738Z (11 months ago)
- Topics: asp-net, reimplementation, server, server-emulator, sonic, sonic-runners
- Language: C#
- Homepage: https://sonicrunners.com
- Size: 227 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spikewall
An open source server for the defunct 2015 mobile game Sonic Runners.
## Introduction
spikewall is a Sonic Runners server built on .NET 9 using ASP.NET.
It is designed to be as accurate as possible to the original server with little to no compromise, and is built for small and large scale deployment, flexibility, and ease of use. While spikewall is primarily being developed for use on the [Sonic Runners Revival](https://sonicrunners.com) project, it is still designed with local hosting in mind.
## Working Features
- Account creation
- Login
- Tutorial
- Ticker system
- Information system
- Experience system
- Story Mode
- Timed Mode
## To Do
- Login Bonus
- High Score saving\*
- Event support
- Leaderboards
- Runners League
- Daily Battles
- Daily Challenge
- Roulette
- Support for older clients
- Web interface for configuration
\*Works, but Leaderboard support is required for the client to retrieve saved High Scores
## Building and Setup
Coming soon!
## Contributors
- [Ramen2X](https://github.com/Ramen2X) - project lead, core server logic
- [itsmattkc](https://github.com/itsmattkc) - core server logic, database logic
- [F121Live](https://github.com/F121Live), [FairPlay137](https://github.com/FairPlay137) - server research from which this server is based upon
- [fluofoxxo](https://github.com/fluofoxxo) - creating "[outrun](https://github.com/fluofoxxo/outrun)" from which some of this code is based upon
- [JKouga](https://github.com/JKouga) - documenting data from the original server, such as incentives, level up costs, and character prices