Showing posts with label platform-android. Show all posts
Showing posts with label platform-android. Show all posts

Monday, February 3, 2014

DevCorner: Multiple new platforms for Torque2D MIT

I tend to focus a bit on the 3D side of things, but the recently open-sourced Torque2D (note the "2") engine is pretty cool too:



And in fact it got a whole lot better in the last couple of weeks with it being ported to Linux, Android and your browser (through Mozilla's emscripten).

So if you are thinking about developing an open-source 2D game targeting multiple platforms, Torque2D has just became a serious contender.

Wednesday, November 27, 2013

Zelda can now be free as in freedom




Not only from the clutches of Ganondorf, but also from the dominion of proprietary software. All thanks to the magnificent Solarus Engine, a GPLed, SDL-based, 2D action RPG engine. This amazing project aims to provide a stable and easily customizable platform for users to create their own Zelda-like games, and so far, I must say, I am darn impressed by what I've seen. The engine already has two incredible launching titles, named The Legend of Zelda: Mystery of Solarus DX, and a parody of the former, Mystery of Solarus XD. Both are true love letters to the classic SNES RPG, The Legend of Zelda: A Link to the Past, and amazing and enjoyable games on their own.

Mystery of Solarus DX

But hark, the mere words of a mortal make no justice to the grandiosity of this undertaking. Sheathe thy sword, get thy green cap and ready yourself to adventure! You can start by marching straight to the Solarus download section, or, if your intentions are more creative, you can check the various sources here, and the quest editor here.



Code License: GPLv3
Mystery of Solarus DX Artwork License: Mixed  (original Solarus assets under CC-BY-SA, but the game also uses spritework taken directly the A Link to the Past rom)

Sunday, June 9, 2013

Xonotic 0.7 released

After an agonizingly long wait, I am happy to report that a new official release of the premier FOSS arena FPS Xonotic is available to the masses.

Here is a nice (but slightly older) game-play video for those not having played Xonotic yet:



Changes are quite extensive compared to the last official release... most notably an extensive update the the CTF mode, some neat additional features for competitive gaming and an assortment of great new maps.

New maps in Xonotic 0.7

On the technical side of things, the engine DarkPlaces got quite a few performance improvements (mainly due to the fact that the creator now works at Valve software and thus has direct access to Nvidia's and AMD's graphics hardware divisions) and that an all new script compiler is now in use. That it runs on SDL 2.0 might also increase it's usability a lot for some.
There are also finally an animation bending feature for the player-models and creation of new characters has never been easier now that the iqm format is used.

You can comment on this release over at the Xonotic forum release announcement thread (or of course here in our comment section).

Also check out these two still under heavy development mods for xonotic:
  • Overkill is a mod that attempts to combine the best of minsta gameplay and TDM/CTF. It also has some nice vector shaded new weapons and player models.
  • DotC is an DOTA like but in 1st person view type of mod.
Last but not least, the awesome all new level editor for quake based games, Trenchbroom is making great advances and should soon allow easy mapping for Xonotic out of the box.

P.S.: If you have a really fast Android device, you can also try to run Xonotic on it via this newly fixed DarkPlaces port. Just don't expect to be able to compete online with touchscreen input :p

Tuesday, April 9, 2013

Bushido Blocks: Slicing Puzzle

Bushido Blocks is a puzzle game for Android under GPL license,  inspired by block-bashing games such as Bejeweled, Diamond Dash and Tap Blox.

Bushido Blocks Screenshots


Tap matches of three or more blocks to slice them with your katana. The more blocks you can slice in one go, the more time you gain on the clock. Special blocks eliminate whole rows of blocks but don't give you any extra time, so use them wisely.
Links:



Code License: GPL
Content License: Unknown

Wednesday, March 6, 2013

Erebus RPG for Desktop, Tablet and Smartphone


Erebus is a hack & slash role-playing game under heavy development, yet playable with currently three missions.

Features:
  • Classic point-n-click style RPG, with dungeons to explore, enemies to fight, NPCs to talk to, sub-quests to complete, scenery to interact with, weapons, treasure and other items to find.
  • Also supports Rogue-like keyboard controls.
  • Multiple quests (currently three, more will be added as development progresses!)
  • Choice of starting characters (currently Barbarian, Elf, Halfling, Ranger, Warrior).
  • Start straight into the action - none of this "For your first quest, please find your next door neighbour's pet cat".
  • Vector-based world rather than tile-based - so items/scenery can be placed in any position, or aligned in any direction.
  • 2D animated graphics, with zoom in/out, and lighting effects.
  • Completely free and Open Source - no ads, unlike many free Android apps.
  • User interface optimised to work with mouse, keyboard and/or touchscreen.
  • Cross-platform - available for Windows, Linux, Nokia Symbian and Android devices.

Code License: GPLv3+
Content License: Various (Most DFSG approved, CC-BY 2.x might be problematic)

Saturday, February 23, 2013

Winter Shorts 2: Physica, SkyRiot, OpenMW



Physica screenshots


Physica is a very simple casual platformer game where the goal is to drive a square through game levels from its starting position to his goal, avoiding hazards and without falling down.

SkyRiot screens

SkyRiot is available for free for Android on Google Play and was released under open source and free content licenses on SourceForge.net [forum post].
SkyRiot is a 2D flying shooting platform action game for Android devices. Fly a hoverboard and use an assortment of weaponry as you, an anarchist, single-handedly wage war against a totalitarian regime. Full 360-degree aiming along with total freedom of movement will keep you glued to your device for many hours as you blast your way across over 10 game maps.




OpenMW 0.21.0 has been released. Changelog:
  • Various dialogue, trading, and disposition fixes and improvements
  • Torch flickering improved to better match vanilla Morrowind
  • Fix for attribute fluctuation when infected with Ash Woe Blight
  • Adjusted activation range to better match vanilla Morrowind
  • Fixes for the Journal UI
  • Fixed crash caused by Golden Saint models
  • Fix for beast races being able to wear shoes
  • Fix for background music not playing
  • Fix for meshes without certain node names not being loaded
  • Fix for incorrect terrain shape on inital cell load
  • Fix for MWGui::InventoryWindow creating a duplicate player actor at the origin
  • Added video playback
  • Added support for escape sequences in message box and dialogue text
  • Added AI related script functions, note that AI is not functional yet
  • Implemented fallbacks for necessary ini values in the importer, unused in OpenMW as of yet
  • Implemented execution of scripts of objects in containers/inventories in active cells
  • Cell loading performance improvements
  • Removed broken GMST contamination fixing mechanism

Saturday, February 9, 2013

Various follow-ups

First off as a rather fast follow up on the last post:
Otherwise, as previously mentioned, Garage Games has now also released their 2D game framework under the MIT license:



Their 3D game engine also saw some nice updates lately, however sadly their crowd funding push to port Torque3D to Linux fell (not totally unsurprisingly) short of their 30,000$ mark (with about 10,000$ pledged).