All Projects → nikans → Sukermariobros

nikans / Sukermariobros

SukerMarioBros. — Swift + SpriteKit Super Mario Brosers "port"

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Sukermariobros

Opendataday
Open Data Day website
Stars: ✭ 70 (-51.05%)
Mutual labels:  hackathon
Ios Learning Materials
📚Curated list of articles, web-resources, tutorials and code repositories that may help you dig a little bit deeper into iOS [and Apple Platforms].
Stars: ✭ 1,380 (+865.03%)
Mutual labels:  spritekit
Rxspritekit
👾 Reactive Extensions for SpriteKit
Stars: ✭ 131 (-8.39%)
Mutual labels:  spritekit
Magnetic
SpriteKit Floating Bubble Picker (inspired by Apple Music) 🧲
Stars: ✭ 1,252 (+775.52%)
Mutual labels:  spritekit
Depressionai
Alexa skill for people suffering with depression.
Stars: ✭ 92 (-35.66%)
Mutual labels:  hackathon
Lifesaver
Conway's Game of Life implemented as an artistic, abstract macOS screensaver and tvOS app using SpriteKit
Stars: ✭ 113 (-20.98%)
Mutual labels:  spritekit
Fail2ban
Traefik plugin on fail2ban middleware
Stars: ✭ 66 (-53.85%)
Mutual labels:  hackathon
Life Calendar
A look at the big picture.
Stars: ✭ 139 (-2.8%)
Mutual labels:  spritekit
Collectionnode
a collectionView made for Sprite Kit
Stars: ✭ 96 (-32.87%)
Mutual labels:  spritekit
Flutter Handbook
A go-to handbook with a curated set of resources to help the participants of any Flutter Hackathon..
Stars: ✭ 127 (-11.19%)
Mutual labels:  hackathon
Arkitgamespritekit
A game inspired by Pokemon Go build with ARKit and SpriteKit
Stars: ✭ 87 (-39.16%)
Mutual labels:  spritekit
Snap
Bash Script For Backing Up All Files In Termux With Easy step
Stars: ✭ 90 (-37.06%)
Mutual labels:  hackathon
Sephsplace
My own version of r/place, done in a weekend
Stars: ✭ 119 (-16.78%)
Mutual labels:  hackathon
Melbourne Hackathons
Frequently updated list of Hackathons in Melbourne - Watch the repo for live updates!
Stars: ✭ 75 (-47.55%)
Mutual labels:  hackathon
Tunnel
Use Ngrok In Termux With Advanced Options
Stars: ✭ 133 (-6.99%)
Mutual labels:  hackathon
Prosecutor Database
An open-source, community oversight dataset of all U.S. Prosecutors. Happy Hacktoberfest 🎃
Stars: ✭ 67 (-53.15%)
Mutual labels:  hackathon
Reactriot2017 Dotamania
🌐 Web scraping made easy with the visual 🗺 mind map editor to JSON
Stars: ✭ 107 (-25.17%)
Mutual labels:  hackathon
Adonisjs Hackathon Starter
A boilerplate for AdonisJS web framework
Stars: ✭ 142 (-0.7%)
Mutual labels:  hackathon
Wifi Hacking
Cyber Security Tool For Hacking Wireless Connections Using Built-In Kali Tools. Supports All Securities (WEP, WPS, WPA, WPA2/TKIP/IES)
Stars: ✭ 138 (-3.5%)
Mutual labels:  hackathon
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+1011.19%)
Mutual labels:  hackathon

SukerMarioBros — Swift and SpriteKit

UPD: working with xCode 7 & Swift 2 — Nov 17, 2015

This is a hackathon project done in like 12 hours — expect troubles :)

It builds on iOS7&8 in xCode6.2, but sprites doesn't load on iOS7 — http://stackoverflow.com/questions/24069168/swift-and-spritekit-wont-run-on-device-running-ios-7-1

There's a map for the whole first level. You can use Tiled to edit the level map — http://www.mapeditor.org/ You can find other sprites here http://www.spriters-resource.com/nes/supermariobros/ or elsewhere.

Nodes for collisions load (not at all lazily) from "Collisions" objects layer in the .tmx level map. They are stored inside a node, which moves together with the map. Not all collidable objects are added :)

Collectables (mushrooms, coins) are just rendered where they should be, for now (not by objects, simply by static tiles). There're no enemies.

I didn't have time to process any collisions. Mario can move through obstacles, if pressed by the walls :)

Have fun and contact me if you have issues.

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