Skip to content

N39: Add Jumpy #1185

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 5 commits into from
Nov 6, 2022
Merged
Show file tree
Hide file tree
Changes from 4 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
37 changes: 37 additions & 0 deletions content/news/039/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,43 @@ _Discussions: [Submission page](https://ldjam.com/events/ludum-dare/51/miam)_
[bevy_game_template]: https://github.com/NiklasEi/bevy_game_template
[bevy_tweening]: https://github.com/djeedai/bevy_tweening

### [Jumpy]

![Online Game Fish Selection Screen](jumpy.png)
_Online Game Fish Selection Screen_

[Jumpy] ([GitHub][Jumpy], [Discord][jumpy_discord], [Twitter][jumpy_twitter]) by
[Spicy Lobster][spicy_lobster] is a pixel-style, tactical 2D shooter with a fishy
theme.

In the last month,
they started [rewriting][jumpy_rewrite] Jumpy to use the [Bevy] game engine.
Massive progress has been made,
establishing foundational features such as input mapping, UI, and localization,
along with the addition of a few major features:

- Network play, complete with a matchmaking server for joining public games online.
- A scripting engine using TypeScript/JavaScript powered by [`bevy_mod_js_scripting`].
- A revamped map editor that renders the actual game in the viewport.
This lets you switch back and forth between editing and playing,
and has the potential for multiplayer map editing in the future.

The physics have been ported from the old version of the game
with the basic gameplay and the sword item nearly finished.
The next tasks include porting some of the old items to the new scripting system
and finishing off the map editor's editing functionality.

_Discussions: [GitHub][jumpy_discussions], [Twitter][jumpy_twitter]_

[Jumpy]: https://github.com/fishfolks/jumpy
[jumpy_rewrite]: https://github.com/fishfolks/jumpy/pull/466
[Bevy]: https://bevyengine.org
[jumpy_discussions]: https://github.com/fishfolks/jumpy/discussions
[jumpy_twitter]: https://twitter.com/spicylobsterfam
[jumpy_discord]: https://discord.gg/4smxjcheE5
[spicy_lobster]: https://spicylobster.itch.io/
[`bevy_mod_js_scripting`]: https://github.com/jakobhellermann/bevy_mod_js_scripting

## Engine Updates

### [Fyrox]
Expand Down
Binary file added content/news/039/jumpy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.