Jonathan K.
Jonathan K.
  • 9
  • 1 384
Banana Cowboy - Beta Showcase
This is a playthrough of the gameplay for Banana Cowboy at the Beta build.
Banana Cowboy is an adventure platformer set in a fruit-themed universe. You are the Banana Cowboy, the outcasted son of the king of the Banana Planet. However, your tyrannical twin brother has taken control of the fruit worlds with his evil blender, and it is up to you to liberate the universe. Save your scattered people from the Orange Bikers and Blueberry Pirates using your trusty lasso!
Play the game at the following Itch Link:
jkump1.itch.io/banana-cowboy
A game made by:
Alan Ly (Programmer)
Beau Cormican (Audio)
Dain Nam (Artist)
Joaquin Niles (Programmer)
Johan Rodriguez (Level Designer)
Kacey Na (Animator)
Landon Kump (Programmer).
Переглядів: 187

Відео

Banana Cowboy - Alpha Showcase
Переглядів 883 місяці тому
This is a showcase of the gameplay for Banana Cowboy at the Alpha build. You are the Banana Cowboy on a mission to save the universe from your evil twin and his violent and tyrannical rule! Play the game at the following Itch Link: jkump1.itch.io/banana-cowboy A game made by: Alan Ly (Programmer) Beau Cormican (Audio) Dain Nam (Artist) Joaquin Niles (Programmer) Johan Rodriguez (Level Designer)...
Banana Cowboy - Sprint 4 Showcase
Переглядів 124 місяці тому
Showcase of Banana Cowboy progress for week of 2/21/2024 A game made by: Alan Ly (Programmer) Beau Cormican (Audio) Dain Nam (Artist) Joaquin Niles (Programmer) Johan Rodriguez (Level Designer) Kacey Na (Animator) Landon Kump (Programmer) Itch Io: jkump1.itch.io/banana-cowboy
Banana Cowboy - First Playable Playthrough
Переглядів 3824 місяці тому
This is a showcase of the gameplay for Banana Cowboy at our first playable build. In this game, you are the Banana Cowboy that explores space, platforming using their trusty lasso. A game made by: Alan Ly (Programmer) Beau Cormican (Audio) Dain Nam (Artist) Joaquin Niles (Programmer) Johan Rodriguez (Level Designer) Kacey Na (Animator) Landon Kump (Programmer).
Inverse Kinematic Project Showcase
Переглядів 296 місяців тому
This project utilize the FABRIK method for solving Inverse Kinematics (paper below). It does so in Godot through GDExtension. Fabrik Paper: Andreas Aristidou, Joan Lasenby. FABRIK: A fast, iterative solver for the Inverse Kinematics problem, 9 May 2011. Elseiver
IK Project - Alpha Showcase
Переглядів 77 місяців тому
Alpha Progress Report for an IK and Procedural Animation project I am working on. Done in Godot through GDExtension.
Screen-Space Water Rendering in OpenGL
Переглядів 2379 місяців тому
Rendering technique referenced from the 2010 GDC talk "Screen Space Fluid Rendering for Games" by Simon Green at NVIDIA.
Godot Project - Pixel Golem Fighter
Переглядів 249 місяців тому
This is a simple project to better understand the Godot game engine. The scenes (prefab objects) are coded in C# and the assets are drawn and animated by myself. The character can move around with the WASD keys and attack with either F or LMB. The enemies can damage the player for the period that they are performing their attack, but after they use the attack, they become deactivated and do not...
NPR Painterly Shader Demonstration
Переглядів 418Рік тому
This is a demonstration of an NPR or Non-Photorealistic Rendering shader that attempts to get a painted appearance in real-time. I have implemented this in Opengl using c , GLFW, and GLEW. I am using a modified version of the Gooch NPR illumination model whose resultant image is shown on the left. That image is rendered to a texture, which in a separate pass I sample from using a grid of quads ...