All Projects → kennycason → Swift_boxxle

kennycason / Swift_boxxle

A mostly complete port of GameBoy's Boxxle to Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swift boxxle

Everpuzzle
Tetris Attack / Pokemon Puzzle style game written in Rust
Stars: ✭ 88 (-12.87%)
Mutual labels:  game-development
Zabuyaki
Zabuyaki, old-school side-scrolling beat 'em up
Stars: ✭ 91 (-9.9%)
Mutual labels:  game-development
Studyunity
A repository for studing Unity
Stars: ✭ 95 (-5.94%)
Mutual labels:  game-development
Langaw
A sample project for following along a tutorial found on jap.alekhin.io.
Stars: ✭ 90 (-10.89%)
Mutual labels:  game-development
Clumsy Bird
🐦 🎮 A MelonJS port of the famous Flappy Bird Game
Stars: ✭ 1,306 (+1193.07%)
Mutual labels:  game-development
Crown
The flexible game engine.
Stars: ✭ 1,320 (+1206.93%)
Mutual labels:  game-development
Monsterminigame
☠ Steam Summer Sale 2015 Monster Minigame fully reimplemented server clone
Stars: ✭ 85 (-15.84%)
Mutual labels:  game-development
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (-2.97%)
Mutual labels:  game-development
Evennia
Python MUD/MUX/MUSH/MU* development system
Stars: ✭ 1,309 (+1196.04%)
Mutual labels:  game-development
Unity Solutions
Use Firebase tools to incorporate common features into your games!
Stars: ✭ 95 (-5.94%)
Mutual labels:  game-development
Bright Souls
An indie "Dark Souls" clone in Unity with Adaptive Game Technology.
Stars: ✭ 91 (-9.9%)
Mutual labels:  game-development
Nimue4
Nim language integration for Unreal Engine 4
Stars: ✭ 90 (-10.89%)
Mutual labels:  game-development
Circle jump
An open source mobile game made with Godot.
Stars: ✭ 94 (-6.93%)
Mutual labels:  game-development
Ldtk
Modern, lightweight and efficient 2D level editor
Stars: ✭ 1,284 (+1171.29%)
Mutual labels:  game-development
Bouncing Balls
Bouncing balls simulation using plain JavaScript
Stars: ✭ 96 (-4.95%)
Mutual labels:  game-development
Unrealclr
Unreal Engine 4 .NET 5 integration
Stars: ✭ 1,275 (+1162.38%)
Mutual labels:  game-development
Love
LÖVE is an awesome 2D game framework for Lua.
Stars: ✭ 1,305 (+1192.08%)
Mutual labels:  game-development
Polished Map
A map and tileset editor for pokecrystal, pokered, and hacks based on them like Polished Crystal. Written in C++ with FLTK.
Stars: ✭ 100 (-0.99%)
Mutual labels:  game-development
Ropework
a visual novel framework template for Yarn Spinner / Unity C#
Stars: ✭ 97 (-3.96%)
Mutual labels:  game-development
Is Engine
SFML C++ game engine that allows to create games on Web (HTML 5 - CSS 3), Android and PC
Stars: ✭ 94 (-6.93%)
Mutual labels:  game-development

Swift Boxxle

A mostly complete port of GameBoy's Boxxle to Swift. This is my first Swift project that I worked on during the Arkansas Dev Hackathon. Simply touch in the direction you want to move. For example to move right, touch to the right of the character. I really tried hard not to use the Virtual D-Pad, per reading many blogs on mobile game design. :)

This port features:

  1. 40 levels from the original Boxxle (Game Boy)
  2. Touch [next] to go to the next level
  3. Touch [reset] to reset the level in case you make a mistake
  4. Step counter for each level

This port doesn't include:

  1. Level passwords
  2. Walking animations (I couldn't find the sprites)
  3. A real title screen

Below of some screenshots:

All credit goes to Nintendo who created the original Boxxle!

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].