All Projects → haxpor → blockbunny

haxpor / blockbunny

Licence: other
Libgdx-based game for Android, iOS, and PC following the tutorial by ForeignGuyMike on youtube channel. Read more on README.md

Programming Languages

kotlin
9241 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to blockbunny

omo
Kotlin port with changes and improvements for omo originally by ForeignGuyMike
Stars: ✭ 22 (-12%)
Mutual labels:  libgdx, pc, kt
xbox360-controller-manager
Turn OFF your wireless xbox 360 controller on PC and see the battery status of the connected controllers.
Stars: ✭ 38 (+52%)
Mutual labels:  controller, pc
kerntroller
No description or website provided.
Stars: ✭ 31 (+24%)
Mutual labels:  controller
gdx-backend-bytecoder
Libgdx Kotlin app with Bytecoder
Stars: ✭ 24 (-4%)
Mutual labels:  libgdx
libgdx-screenmanager
A screen manager for libgdx supporting transitions
Stars: ✭ 69 (+176%)
Mutual labels:  libgdx
pathfinding
Java pathfinding framework.
Stars: ✭ 94 (+276%)
Mutual labels:  libgdx
gdx-gltf
GLTF 2.0 3D format support and PBR shader implementation for LibGDX
Stars: ✭ 156 (+524%)
Mutual labels:  libgdx
WurfelEngineSDK
Isometric game engine. Open world, block/voxel based and sprite rendering.
Stars: ✭ 96 (+284%)
Mutual labels:  libgdx
ZapTap
Cross Platform Game made in libGDX. Live on Google Play: https://play.google.com/store/apps/details?id=com.betterclever.zaptap
Stars: ✭ 49 (+96%)
Mutual labels:  libgdx
robotarium-rendezvous-RSSDOA
This repository contains the Matlab source codes (to use in Robotarium platform) of various rendezvous controllers for consensus control in a multi-agent / multi-robot system.
Stars: ✭ 35 (+40%)
Mutual labels:  controller
odb-arktrail
Artemis-ODB + LibGDX game
Stars: ✭ 16 (-36%)
Mutual labels:  libgdx
stick
Platform-agnostic asynchronous gamepad, joystick and flightstick library for the Rust Programming Language
Stars: ✭ 41 (+64%)
Mutual labels:  controller
bitwig
Some controller scripts for Bitwig
Stars: ✭ 43 (+72%)
Mutual labels:  controller
lin-view-ui
基于vue2.0的pc端组件
Stars: ✭ 73 (+192%)
Mutual labels:  pc
amala
Lightweight, Typescript REST library powered by Koa 2+. Use classes and decorators to define your API. Inject arguments from ctx. Supports API versioning. Future support for OpenAPI3. Works with koa-router.
Stars: ✭ 41 (+64%)
Mutual labels:  controller
joyconpi
An attempt at emulating a Nintendo Switch Joy-Con controller with a Raspberry Pi
Stars: ✭ 24 (-4%)
Mutual labels:  controller
gdx-deploy-sample
Sample Gradle configurations for LibGDX for preparing and deploying release builds
Stars: ✭ 28 (+12%)
Mutual labels:  libgdx
myxy
用libGDX开发的梦幻西游
Stars: ✭ 24 (-4%)
Mutual labels:  libgdx
HitKlack LibGDX
🎮 Retro console game remake of Mephisto Hit Klack
Stars: ✭ 23 (-8%)
Mutual labels:  libgdx
OpenProtocolInterpreter
Converts the ugly package that came from Open Protocol to an object
Stars: ✭ 94 (+276%)
Mutual labels:  controller

donate

blockbunny

Libgdx-based game for Android, iOS, and PC following the tutorial by ForeignGuyMike on youtube channel starting at this but port to Kotlin with improvements, controller support, and mobile ready (iOS via MOE).

Overview

This project follows along with tutorial but code written in Kotlin 1.1.2-3 on Android Studio 2.3.2 with Gradle 2.14.1.

The assets and idea follows the original project which written in Java on Eclipse; originally based on desktop only, this project will make it buildable and runnable on Android, iOS (via multi-OS engine), and PC.

Changes

  • Ported to Kotlin; initially closely following tutorial but latter slightly diverse
  • Added controller (mainly tested with Xbox360 controller) support across the game
  • Added 4-directional selection for level in level selection screen
  • Added save file to keep track of player's progress in JSON format (intentionally without encryption)
  • iOS buildable and runnable on simulator and real device with Multi-OS engine version 1.3.6.
  • Different level from original
  • Support wide-screen in gameplay session
  • Optimized creation process for tiles, only a single layer and checking against tile's ID

What It Looks Like

Blockbunny in action 1

Blockbunny in action 2

Blockbunny with controller

What's Next?

  • Add remaining level of 13-15 (as of now it's just a copied of level 12 to prevent crash if select on such levels)

Button Control

Desktop (without controller)

  • Z for jumping or enter
  • X for switch block
  • Left, Right, Up, Down for selecting which level to play in level selection screen

Desktop with controller

This is Xbox360 layout, currently the game has no configuration screen to map button to other controllers' layout.

  • A for jumping or enter
  • B for switching block
  • D-Pad for selecting which level to play in level selection screen

Mobile (Android and iOS)

Gameplay screen

  • Touch on left side of the screen to jump
  • Touch on right side of the screen to switch block

Other screens

  • Touch to enter
  • Touch to select which level to play in level selection screen

Credits

Big shout out to ForeignGuyMike for making a great tutorial video that this project builds upon on top of that.

License

MIT, Wasin Thonkaew

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].