8000 [N25] Adding Game Murder User Dungeon by NightlySide · Pull Request #770 · rust-gamedev/rust-gamedev.github.io · GitHub
[go: up one dir, main page]

Skip to content

[N25] Adding Game Murder User Dungeon #770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions content/news/025/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,58 @@ _Discussions:

[The Process]: https://twitter.com/PlayTheProcess

### [Murder-User Dungeon][murder-user-dungeon]

![Murder-User Dungeon gameplay screenshots](mud_screenshots.png)

Murder-User Dungeon (MUD) ([GitHub](mud-github), [Itch](mud-itch)) by
[@Nightlyside](nightlyside), [@cdsupina](cdsupina), [@Shippyhead](sheepyhead)
is a 2D game made for the [Rusty Jam 21](rusty-jam-21) in just one week with the
theme "*Illusion of Security*".

> Tony is a young man. Finally having his own apartment is a good thing! He will
> learn how to live by himself and how to enjoy the small things in life like
> playing on his old retro computer: the Astaria 3600 running SafeOS 3.1.
>
> However, you will quickly realize that the internet is not so friendly. You will
> meet new people in the Labyrinth(TM) game, and not being friendly to them can have
> a serious impact on your real life!
>
> In Murder-User Dungeon you will juggle between exploring the Labyrinth(TM) game
> in your console, hiding from vengeful gamers, and making sure you fulfill your
> human needs.
>
> To win the game, you must reach the end of the Labyrinth(TM)!

The developers aimed to make the player feel that they were safe in their apartment
atfirst - however as the game goes on and the player makes enemies of other gamers
in the Labyrinth, they risk them coming to their apartment to get revenge.

The team split development of the game, so that each member could work
independently on seperate features. While [@cdsupina](cdsupina) worked on the
needs system and the graphics, [@Sheepyhead](sheepyhead) worked on the UI and
menus, and [@Nightlyside](nightlyside) worked on the console and Labyrinth gameplay.

MUD was developed using the [Bevy game engine](bevy-engine), Rapier2D for collisions,
Aseprite for the graphics, and a lot of free assets from the internet (which are
credited at the end of the game's description).

Linux and Windows builds are available on the Itch page, and feedback is welcomed!

_Discussions:
[r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/pddreu/rusty_jam_submission_murderuser_dungeon/),
[r/rust](https://www.reddit.com/r/rust/comments/pddyv5/rusty_jam_submission_murderuser_dungeon/),
[Rusty Jam Discord](https://discord.gg/KkeMUu5kxH)_

[murder-user-dungeon]: https://sheepyhead.itch.io/murder-user-dungeon
[bevy-engine]: https://bevyengine.org/
[rusty-jam-21]: https://itch.io/jam/rusty-jam
[mud-itch]: https://sheepyhead.itch.io/murder-user-dungeon
[mud-github]: https://github.com/TheRealTeamFReSh/MurderUserDungeon
[nightlyside]: https://nightlyside.github.io/
[cdsupina]: https://github.com/cdsupina
[sheepyhead]: https://github.com/Sheepyhead

## Engine Updates

## Learning Material Updates
Expand Down
Binary file added content/news/025/mud_screenshots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0