Giter VIP home page Giter VIP logo

neocityexpress's Introduction

Murder logo

A game made on Murder Engine

Screenshot of Neo City Express

This is the source for "Neo City Express", an entry for Ludum Dare 53.

How can I play it?

We have an itch.io page where you can download the game.

It currently runs on Windows, Linux and macOS.

How to build it?

All you really need is dotnet 7 SDK installed and that you initialize the Murder Engine binaries:

git submodule update --init --recursive
  1. Building the editor

...on the terminal

cd src/LDGame.Editor
dotnet build

...on Visual Studio
Open LDGame.sln on Visual Studio 2022, set LDGame.Editor as startup project and hit F5. ๐ŸŽ‰

  1. Building the game

...on the terminal

cd src/LDGame
dotnet build

...on Visual Studio
Set LDGame as startup project on the steps above.

Now, the sounds require fmod, which I am not really allowed to ship here. If you want to get sounds working, run the editor and check the log error for instructions. You can get the fmod binaries here, under "Fmod Engine". You just manually add the assemblies on all the architectures you want to target (macOS, Windows, Linux).

Other tools!

  • The dialogue itself is written in gum, a narrative language designed to integrate with the engine. You can try editing the gum files, they will automatically pick up the changes in the editor!

  • All the logic is around an ECS supported by bang, a C# ECS framework.

  • The rendenring and graphics of the engine are pulled from Monogame, although we don't rely on any of the MonoGame Content Builder because it's not fast enough (we need to hot reload everything!).

Anyway, I hope this code helps on any references around ECS or on the engine. Feel free to reach out on any questions!

Team

Pedro Medeiros (@saint11)
Isadora Rodopoulos (me)
Davey Wreden (@HelloCakebread)
Ryan Roth (@DualRyan)
Voice Acting by Jack Hicks

Screenshot of Neo City Express

neocityexpress's People

Contributors

isadorasophia 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.