Skip to content

teddy-bersentes/ready-steady-bang

Repository files navigation

Ready Steady Bang Online

hero_image

Welcome to the GitHub repository of the online fan-made spin-off of the popular mobile game, Ready Steady Bang! This is a free-to-play web version that brings the fast-paced, quick-fire duelling experience to your browser. It's a great way to enjoy the game with friends or challenge other players from around the world.

This project is currently in development/pre-alpha stage and is not meant to infringe on any rights of the original creators (Animade Studio).

 ⚠️ Exciting Updates and Temporary Downtime

I am thrilled to share that I have been exploring new avenues to expand and grow Ready Steady Bang Online into something even more amazing. While I cannot share explicit details at this time, rest assured that I have been working diligently, collaborating with others to create a comprehensive plan for significant enhancement. In the meantime, please be informed that the website is currently down and not functional as I focus on these exciting developments. I have not abandoned the project, but am instead aiming to bring a bigger and better experience to players in the future. Stay tuned for more updates as the exciting journey of Ready Steady Bang Online continues!

Play the Game

You can play the game by visiting https://ready-steady-bang.onrender.com.

Features

  • Private multiplayer duel
  • Online public lobbies
  • More coming soon…

Tech Stack

This project is built using the following technologies:

Run it Yourself

To run the project on your local machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/teddy-bersentes/ready-steady-bang.git
  1. Install dependencies:
cd ready-steady-bang
yarn install
  1. Create a .env file in the project root with the following environment variables:
DATABASE_URL=your_database_url
REDIS_URL=your_redis_url
NEXT_PUBLIC_WS_URL=your_websocket_server_url
  1. Run the development server:
yarn dev
  1. Open your browser and navigate to http://localhost:3000 to see the game in action.

Contributing

We welcome and appreciate contributions from the community! If you're interested in improving Ready Steady Bang Online or have ideas for new features, please feel free to submit a pull request, create an issue, or share your thoughts.

  • Pull Requests: For code changes, bug fixes, or feature additions, please submit a pull request. Make sure to provide a clear description of the changes, and if possible, link it to a related issue.
  • Issues: If you find a bug, have a suggestion, or want to request a new feature, please create an issue. Provide as much information as possible to help us understand and address your concerns.
  • Ideas: If you have ideas for improving the game or want to share your thoughts on potential enhancements, we'd love to hear from you! Feel free to open an issue or start a discussion on the repository.