Controls with Gamepad or Keyboard.

Keyboard Controls:

* Left/Right Arrows to move.

* Z to jump, X to grab/interact.

* A/S to switch between worlds.


Programming: asheraryam

Art: Samir

Music : takai (r_high24@hotmail.com)

Source code: https://github.com/asheraryam/mortyverse

StatusPrototype
PlatformsWindows, macOS, Linux, HTML5
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
Authorskotob, niqle
GenrePlatformer
Made withGodot
TagsExperimental, Pixel Art, Puzzle-Platformer
Average sessionA few minutes
InputsKeyboard, Joystick

Download

Download NowName your own price

Click download now to get access to the following files:

mortyverse-linux.zip 20 MB
Version 15
mortyverse-windows.zip 19 MB
Version 15
mortyverse.zip 19 MB
Version 15

Comments

Log in with itch.io to leave a comment.

(+1)

btw , how did u do the transition between universes (I use godot too)

(+1)

3D Transformations.

(+1)

interesting, so its liked 3D game, where you used the 3D Sprite node heavily?

then applied transformations of rotation to create the effect? 

cool idea. 

(1 edit)

I didn't use Sprite3D actually, I made a normal 2D game but I used it as a texture material for a 3D plane.

I then rotate the 3D plane where the 2D game is being displayed :D

This allows me to use simple 2d programming for the game and only use the 3d for the flip effect.

(+1)

ah, genius, really smart idea, this way, your game's physics, won't even need to be affected at all.

great workaround :)