The Godot C# implementation of "Mili - world.execute(me);" that plays like the source MV in three different styles.
This project provides three distinct styles of the "world.execute(me);" experience:
- Console Style - A text-based simulation that mimics a console environment
- C# Style - A C# code-inspired presentation with programming syntax elements
- Java Style - The original style from the MV, implemented with Java code-inspired presentation
This is a Godot C# implementation that plays the "Mili - world.execute(me);" song with visual effects and text animations similar to the source MV. The project recreates the poetic and philosophical atmosphere of the original music video through interactive text simulation in the Godot game engine.
- Godot 4.x with .NET support
- .NET 8.0 or higher
Simply run the project in Godot to experience the full "world.execute(me);" simulation. The implementation automatically cycles through the different presentation styles to provide a complete experience similar to the original music video.
Note: This project does not distribute the original audio files due to copyright restrictions. To enjoy the complete experience with audio:
- Obtain the "world.execute(me);" audio file legally as a WAV file
- Place the audio file in the
audio/folder- Rename the file to
world.execute(me);.wav
This project uses the JetBrains Mono font family (JetBrainsMono[wght].ttf) for rendering text with beautiful monospace typography that fits the coding theme of the simulation.
The project includes a custom MouseAvoidText control that creates an interactive text effect where characters avoid the mouse cursor, providing a unique user interface experience in the main menu.