Code Monkey home page Code Monkey logo

duckgamerebuilt's Introduction

Duck Game Rebuilt

Duck Game Rebuilt is a decompilation of Duck Game with massive improvements to performance, compatibility, and quality of life features.

Join our Discord server if you have any questions, need help, or want to report bugs

Notable wiki pages:

Installation

For Windows users, download the Latest Release, and run the executable.

For Linux users, follow the Linux Installation Guide

For Developers

Welcome to the repo, enjoy your stay, please unfuck the code. thanks

Note: your IDE will scream at you with 200+ warnings when building, which is normal

Building on Windows

  • Make sure you have .NET Framework 4.8 installed and have a functioning IDE (like Visual Studio) for C#
  • Make sure the Startup Program leads to the exe produced in the ./bin folder after compiling
  • Restore the NuGet packages (most IDEs automatically do this anyway)
  • Build the solution with Ctrl+Shift+B
  • Run the game in Debug Mode with F5 (will crash unless Steam is running)
    • Make sure the currently selected project is DuckGame and not CrashWindow/FNA/anything else

Building on GNU/Linux

  • Add the official monoproject repos (unless you're firebreak appearantly)
  • Install the mono-complete package
  • cd to the solution's directory
  • Restore the NuGet packages if your IDE hasn't
    • nuget restore
  • Add missing DLL dependencies from Windows located in ./DuckGame/lib/
    • mkdir ./bin/
    • cp ./DuckGame/lib/* ./bin/
  • Build the solution
    • msbuild -m -p:Configuration=Debug
  • Run the game (will crash unless Steam is currently running)
    • mono ./bin/DuckGame.exe

duckgamerebuilt's People

Contributors

0collin avatar erik7302 avatar firebreak-2 avatar hyyeve avatar klof44 avatar localinsomniac avatar lutalli avatar nikled avatar othello777 avatar sjrc6 avatar theflyingfoool avatar tmob03 avatar yoshienthusiast avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.