Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.11 KB

readme.md

File metadata and controls

63 lines (43 loc) · 1.11 KB

Project Acorn

Overview

Project Acorn The C# Endless Online Server Emulator

ai logo

acorn screenshot

Features

  • SQLite support
  • MSSQL support coming soon (tm)

Prerequisites

Building the Project

  1. Clone the repository:

    git clone https://github.com/yourusername/project-acorn.git
    cd project-acorn
  2. Restore dependencies:

    dotnet restore
  3. Build the project:

    dotnet build

Running the Project

  1. Run the application:

    dotnet run
  2. For MSSQL support (coming soon):

    docker-compose up

Contributing

We welcome contributions! Please see our contributing guidelines for more details.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

  • EthanMoffat: eolib-dotnet and EndlessClient
  • Cirras: eo-protocol
  • Sorokya: reoserv
  • Sausage: EOSERV
  • Vult-r: Original software