Skip to content

OnuGame/onu3-server

Repository files navigation

Onu3 Server

Onu is a free browser game inspired by a popular card game with a few additional features. This is the server side of the game. It handles the game logic and communication between players using the WebSocket protocol.

Project Status

This project is still in early development. Contributions are welcome! If you want to add new features, please open an issue first to discuss the details.

Getting Started

Prerequisites

  • Dart SDK ^3.2.6

Installation

  1. Clone the repository:
git clone https://github.com/onugame/onu3-server.git
cd onu3-server
  1. Install dependencies:
dart pub get

Running the Server

To start the server, run:

dart run bin/onu3_server.dart

Contributing

We welcome contributions! Please follow these steps:

Before adding new features, please open an issue to discuss the details.

After that, you can follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'add new feature').
  5. Push to the branch (git push origin feature/feature-branch).
  6. Open a pull request.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

A websocket game server for the onu3 project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published