views
96.8k
likes
682

Comments (388)

What do you think?

Fantastic game keep it up, I love how simple and complicated the game is, I cannot thak you enough for the experince. One of the best games on this site so far. Everyone play it!!!!!!

this music

really nice

Like most people on the list, I love the art style. I adore the controls as well. I have played platformer with flight mechanics and they haven't been as smooth as this game. The animations were really spot on. I think the only issue I had, is with the color scheme the fast zoom of the background is hard to look at. However, that is a quick screen so I will forgive you =P.

https://www.youtube.com/watch?v=nTz8sjl6Mxk

Game Soundtrack

1 song

Down Ward - Marsh Mellow
 

Kickstarter | Website | Press kit | Twitter

hub-loop.gif

Gable flutters her way through the leafy alcove.


stacktop-cap3-loop-20mb.gif

Gable flaps her way through a host of haunts to fetch some feathers.


Down Ward was originally created for GameBoy Jam 4, and is still being updated and added to. All feedback is welcome. :)


5d0d28456e0d3.png

Table of Contents

== The game ==
== Controls ==
== Gameplay Help ==
== Color Palettes ==
== Custom Color Palettes ==
== Known Issues ==


5d0d2845e8ecc.png

== The game ==

Venture into the haunted wilds with Gable, a little owl, as she sets out to rekindle the dormant relics of a land long abandoned to ruin.

Puzzle, fight, and fly your way through the long lost gauntlets, and spectral denizens of the fearful Deep Wilds.


5d0d284673cb7.png

== Controls ==

You can edit the keyboard & gamepad controls in the menu.

  • Key | Action


  • Insert | Menu.

  • Delete | Fullscreen.

  • M | Cycle music volumes.

  • N | Cycle sound volumes.

  • \ | Toggle GameBoy resolution letterboxing.

  • +, -, 0 | Choose color palette. (Next, Previos, Reset)

(see "Color Palettes" list below)
If you create your own custom color palette (see "Custom Color Palettes" section), feel free to share it in the comments section. :)

  • -- Keyboard -- Each column of the table is a key setup. Setups: | ZX-style | Wide | Narrow | WASD


  • Move: | Arrows | Arrows | Arrows | WASD

  • Jump: | Z | Space | Space | K

  • Attack: | X | G | V | J

  • Zoom: | Shift | F | C | L

(I use "Wide")

  • -- Gamepad -- Action | Input


  • Move and Aim | Analogue / D-pad

  • Fly | X

  • Jump | A

  • Attack | B, R-Trig

  • Look | Y, L-Trig

  • Fullscreen | Start


5d0d2846de41d.png

== Gameplay Help ==

  • Spring jump: Down + Jump -- (Using any move and jump keys.). Handy for making your way up through areas too tight for flight.

  • Flight momentum: When flying, try not to switch direction too often, as you will lose a lot of speed and begin to fall. Flying in a consistent direction is the best way to maintain lift.

  • Upward zig-zag: While flying at an upward diagonal, if you have to switch direction, it's best to overshoot before making your turn, so that you have enough space to regain momentum after changing direction.

  • Wall banking: Reversing direction the instant you hit a vertical wall will preserve a little more lift than reversing direction in mid air. This is because when you bank off a wall, you stop instantly, and so you don't lose any lift while slowing down.

  • Feather fall: Holding move Up, while falling will slow your descent.

  • Level flight: You can fly horizontally, without ascending or descending, by holding left or right, and intermittently tapping the up key. (Takes a bit of practice.)

  • Attacking vertically: You can only attack vertically when you are not holding left or right.

  • Skellies: Striking an owl skellie in the body will only knock it away.


5d0d2847533d2.png

== Color Palettes ==

You can cycle through palettes in-game with the "+" and "-" keys, and you can reset to the default with the "0" key.

You can hold "+" or "-" to step through pallets with a short delay on each.

If you first hold "+", then also begin holding "-", you can fast step through pallets. The same works in reverse if you first hold "-" then also hold "+".

See the "Custom Color Palettes" section below if you want to try making your own color palettes. :)
(note: Groups of related palettes are separated by foggy white divider palettes.)

== Custom Color Palettes ==

If you create your own custom color palettes, feel free to share them in the comments section. :)

Example steps
In Down Ward you can create your own custom color palettes.

  1. Open the menu by pressing Escape, and choose "Graphics", then "Custom color palette".

    Alternatively, you can open the console with the tilde "~" key, usually top of the keyboard, just left of the number row. Then in the text area, type or paste (without quotes) "setColors, 001122 , 334455 , 667788 , 99AABB".

  2. Press Enter. (Click in the text area first if it doesn't seem to work.)

  3. Done! You should now see a bluish color scheme in the game.

"setColors" command
In the example,

  • setColors , 001122 , 334455 , 667788 , 99AABB

the set of four six-digit numbers are the game's four colors, starting with the darkest color, and ending with the lightest.

In the above example:

  • color 1 = 001122 ---> (Darkest)

  • color 2 = 334455

  • color 3 = 667788

  • color 4 = 99AABB ---> (Lightest)

These four colors are in hex-code format. For each color, the first 2 digits are the Red amount, the next 2 are Green, and the last 2 are Blue.

So the color "0011FF" means:

  • Red = 00 ---> (no red at all)

  • Green = 11 ---> (tiny bit of green)

  • Blue = FF ---> (maximum blue. "F" is the largest digit in hexadecimal.)

If you're not familiar with Hexadecimal numbers, don't worry, You can just use an online color picker, no hex-knowledge required. :)

You can get hex-codes for colors from almost all color pickers, such as the one at the site linked below. (The color code can be found just above the big color square.)
http://www.colorpicker.com/

"addColors" command
You can add a color palette to the game's list of palettes using the "addColors" command.
e.g. "addColors, 001122, 334455, 667788, 99AABB"
Notice that there is no blend number at the end, it's just the four color hex-codes.

Scripting multiple "addColors" commands
If you want to make a simple script that adds several palettes to the game at once, just separate the multiple addColors commands with semicolons ";".

e.g. "addColors, 001122, 334455, 667788, 99AABB ; addColors, 000000, 222222, BBBBBB, FFFFFF ; addColors, 373541, 455861, f3775b, f7e8d6"

The above example will add three palettes to the game's list of palettes. You'll then be able to choose them with the "+" and "-" keys like any other palette. :)
Remember, you'll need to scroll to the very end of the pallet list to get to new palettes.

(Note: There is currently a bug that prevents custom palettes from staying in the list when you advance to a new level, but fortunately any currently active custom palette will stay active regardless.)


5d0d284814c3a.png

== GreenLight ==

Down Ward has been greenlit! Thanks to all who helped carry Down Ward through Steam Greenlight in 12 days. :)
Down Ward is not leaving Game Jolt. As more Down Ward updates are released, it's likely that Game Jolt will get them first ahead of Steam.


5d0d2848d1e9f.png

== Known Issues ==

  • The desktop version runs on NodeWebkit, which attempts to synchronize it's internal clock by making a query to a google server upon starting up. It's not necessary to the game, so you can block it with a firewall if you want. No part of Down Ward currently requires any internet connection.

  • For the in-browser version, sometimes the loader will stall with an empty loading bar. Reloading the page seems to fix this, but it may take a few tries. Likewise if the game starts, but no music plays, reloading usually fixes this.

  • Color palette controls don't seem to work in Firefox. You can still change palettes using the menu though. Press the "Insert" key to open the menu, then choose "Settings", and use the Color buttons at the bottom.


5d0d284967d7f.png

#gbjam #foreverjam #platformer #DownWardGame #SkyDownGame



all-ages
Mild Cartoon Violence

Down Ward has been funded! 🌕 🦉 ❤️
Thank you all so much. :)

💟 Thank you message: https://www.kickstarter.com/projects/fisholith/down-ward-game-ow…

1
1
1

With the help of some hearts Gable flaps her way up a steep ascent :)

Hi all, Down Ward is over 200% funded, and it's still going! I just wanted to thank everyone who has offered their support in any way. Thank you all.

Down Ward funded all 4 original stretch goals, and is still going. :)

24 hours left!

I've added one last stretch goal. Thanks to all who have supported in any way, by pledge or word of mouth!

💟 Kickstarter: https://t.co/n368bEIFT3?amp=1

I just finished a written Q&A with UK-based ScouseGamer88 :)

Interview: https://t.co/auWt2KlSAr?amp=1

Kickstarter: https://t.co/bKv1yitLTv?amp=1

1
1

Down Ward's Kickstarter has passed its funding goal! :D

It's still going, with over half the campaign time left.
Thanks to all joining in, & to all helping to spread the word!

Kickstarter: https://t.co/bKv1yitLTv?amp=1
Thank you: https://t.co/gMPlz1pojF?amp=1