Starfall 3
Hiển thị các bài đăng có nhãn genre-rts. Hiển thị tất cả bài đăng

Thứ Hai, 22 tháng 9, 2014

thumbnail

Annex:CTW RTS version 4.0 close to release

The MegaGlest based RTS Annex: Conquer The World is very close to a major update as version 4.0. Strait from the developer's mouth:
Yes! We are so close we can almost taste it.
He also posted a game-play video of the current development version:


He also recently stated that the new release will be fully FOSS, i.e. not only GPL source-code but also all artwork under a FOSS compatible creative-commons license (most likely CC-by-SA).

It's just a pity that the new much improved GUI code from MegaGlest seems to be not yet ready for the release.

P.S.: Also check out this Tower Defense mod for MegaGlest.

Thứ Tư, 23 tháng 7, 2014

thumbnail

Support the development of the Terra Centauri RTS

Not exactly hot of the press, but the developer behind the MegaGlest based RTS Annex: Conquer the world has started a new project:
In a lonely planet circulating a distant star, a war of survival rages on. There a sentient race, the Valkyries struggle to protect their world and themselves against the parasitic organisms Devourers. Explore large maps for resources, treasure, and other advantages to fight back the relentless horde of Devourers.

Terra Centauri: The Last Stand is a new unique MG based game. While game shares a similar art style to Annex, this game has radically different gameplay and much higher quality models.



He is also running a funding campaign on Patreon and you can give feedback on the Megaglest forums.

Speaking of Megaglest: while development has slowed down a bit lately, the work on the CE-GUI based new menu and HUD is looking great.

Thứ Hai, 6 tháng 1, 2014

thumbnail

Code Combat: Open Source Javascript Tutorial Gamification (In A Good Way)




Code Combat is a javascript programming learning IDE wrapped in a delicious cute RPG/2D RTS packaging that runs in the browser without any plugins. They recently announced their open source/free art release.

The current set of Code Combat tutorials starts with directional movement and activation of pre-programmed behavior, continues with coordinate movement and targeting and conditional behavior and continues towards prediction calculations.

Editor GUI


There is an editor, officially described as "broken". I can confirm that the text editor was slow when I tried using it. :)

All in all, a very exciting project. I have noticed a few possible drawbacks so far:
  • It's not yet clear which parts will not remain proprietary. It looks like the excellent humor (writing) unfortunately will do so (legal page).
  • The music tends to be too exciting to code to.
  • There's a CLA requirement for contributing.
What do you think? Persuaded to work on a HTML5 game yourself perhaps, seeing that this performs okay? :)

Thứ Tư, 25 tháng 12, 2013

thumbnail

December RTS updates

Merry Christmas from FreeGamer!

As a nice present from the 0 A.D. team, the new Alpha 15 Osiris was released today:



Lots of great new features and especially multiplayer games should be now much easier to do with hosting improvements and a lobby for browsing available games.

Another open-source RTS engine (using Mono/C# though) has also released a new version: OpenRA. Currently it is still geared toward running an assortment of older Command & Conquer based games, so you need to own these for the data. But this release adds lua scripting for the creation of custom missions, so maybe someone will come up with a libre game to run on this engine.

Last but not least, a new version of Warzone2100 was released about a week ago. This one actually includes some higher resolution textures, which is hopefully the first step to officially integrate all the awesome new art assets from the art revolution project.
Speaking of WZ mods: There is also an interesting new tower-defense mod currently being developed.

Thứ Hai, 18 tháng 11, 2013

thumbnail

MegaGlest 3.9.0 released

Since I am having internet troubles as of late, I'll keep it short and hope it will actually come through:

Megaglest 3.9.0 was released today, see changelog:
v3.9.0
- we hopefully now really solved the last out of sync problems for cross platform games.
- animated tileset object support. ( like trees moving in the wind )
- new tileset texturing possibilities
- new tilesets birchforest, desert4 and updated mediterran using animated objects and new texture system
- greatly improved textures and animations for the roman faction
- new maps
- better network game performance / management to handle slower clients.
- easier ability to download game content from host and masterserver( if available there ).
- new arranged options menu with several sub menus
- menu gui improvements
- attack hotkey toggles through all attack types
- single player games can be sped up incrementally in steps.
- color picking is greatly improved and the default selection mode now for better compatibility
- greater ability to translate game content into your native language. (including techtrees)
- Added Hebrew, Arabic, Vietnamese (and others).
- screenshots for savegames without annoying menu in screenshot.
- addition of google-breakpad to better track down bugs.
- many new lua functions for scenario modders.
- cell coordinates are shown in the mapeditor
- tilesets can set default air unit heights
- added ability for stand alone mod's to customize more of the engine like about screen.
- performance improvements.
- and as always many bugs were fixed
- improved textures for tech faction

Thứ Năm, 5 tháng 9, 2013

thumbnail

Alpha 14 and a crowd-funding campaign for 0 A.D.

Pretty interesting news from 0 A.D. today: They are having a Indigogo crowd-funding campaign.



Note that this is a flexible funding campaign, so even if they don't reach their goals all money donated will go to the project.

They also released a new Alpha version, codenamed Naukratis. Change-log would be too long to list here (which I consider a good thing ;) ), but here is a picture of some high-quality newly added building models:

New blacksmith buildings
So check out the new version and please consider donating to this top of the crop FOSS game project.

Thứ Tư, 24 tháng 7, 2013

thumbnail

Much activity for Zero-K and some other news

Zero-K, the probably coolest fully FOSS offspring of the SpringRTS engine has seen at least two new releases since it last crossed my mind to check their page... a pity actually as the new features of version 1.1.7.0 (and prior) seem quite nice.
And for those not into the game (yet), there is now a channel with commented multi-player matches like this one:



Just a pity that the game-play doesn't really allow much zooming in to see the graphically really nice units ;)

In unrelated news:
Hmm, there is probably much more... so please comment below :D

Thứ Ba, 16 tháng 4, 2013

thumbnail

Project Leadership & Management in Free, Open Source Games

Both 0 A.D. and Unknown Horizons experience a change in leadership!

For 0 A.D., Erik Johansson steps down from project leadership and Michael D. Hafer assumes that role.

In Unknown Horizons, Nightraven steps back and Kilian fills the project management role.

Leadership in free and open source game projects is an exciting topic with much opinion about which style will lead to a successful game - whatever the subject's definition of "success" is - and too few examples to make objective statements about it.

Are you following any specific projects and their leadership structures an want to comment on these? I must admit that I am out of the loop with many, many projects, although I am pretty sure that for example Flare, NAEV and Valyria Tear have (successful) Benevolent Dictator for Life style leadership.

On related note: FIFE (the isometric 2d engine used by Unknown Horizons) moved to GitHub.

Chủ Nhật, 10 tháng 3, 2013

thumbnail

Shunned Survivor: MMORTS Tower Defense

Defending your outpost in Shunned Survivor

Shunned Survivor is one of the entries for PyWeek #15 September 2012 "One Way Trip".

In the genre mix between MMORTS, city building, economy simulation and tower defense game, you control an exiled human, with the apparent goal to get back to earth.

The interaction with other players is quite indirect. You can attack other player's bases and win the "data" resource this way, which you need to perform "research" actions. However, defeating a base does not change it, you simply get the reward and can attack again.


Shunned Survivor Server map


While researching, however, you need to perform in a tower defense minigame, during which your defensive towers can be destroyed. If you succeed, the research was successful. If not, you have to enforce your defenses and try again.

Even though quite a bit of the gameplay time is spent on waiting for resources to be generated by the various resource gathering buildings, I find this game very entertaining and highly recommend you to give it a try.

Code License: CC0
Content License: CC0

Thứ Ba, 15 tháng 1, 2013

thumbnail

Fresh versions of Stunt Rally and Warzone2100

Just released today, there is a new version (1.9) for Stunt Rally:

Stunt Rally 1.9
It has a few nice new features, but probably the greatest update is a major change in the car handling physics, including an "easy" mode for those of us not wishing to practice for a career as a professional rally driver ;) and the guys would like feedback in the SR forum so let them know what you think.

A big collection of (partially quite crazy) screens can be found here.

Another great release that surfaced just today is Warzone2100 version 3.1.0. It cumulates all the changes made during the last 2.5 years, however if you tested the RCs already then there isn't too much new. Most notably they mention the new and fully fixed netcode, so that "out of sync" is a thing of the past (unless you have a crappy net connection like me :( ).

Have fun playing!

Thứ Hai, 9 tháng 8, 2010

thumbnail

Some Free, Open Source Puzzle Games


Flipout


Can you imagine what a mix between a Pin-Ball machine, a physics simulator and a breakout clone would look like? Well your wildest dreams have been answered! Check this out:

Flipout
The game Flipout combines all this, and is a very challenging game in addition (didn't manage to even complete the first level :( ). But try it yourself ;)

Mechanical Tower


Another pretty interesting game by the same author is Mechanical Tower, a self described tower defense game: "but instead of defending with towers, you defend in a tower, with traps"

Mechanical Tower
Again the skill level required is quite high... but maybe I am just very bad in puzzle games :p

Jumpman

Another already a bit older puzzle game (Jumpman) has come to my attention since the neat (but closed source) indi hit And Yet It Moves seems to be based on it:


Interested? Well it is pretty hard also :( But don't get discouraged and download it here. Licensing is a bit unclear though... seems to be MIT like, but don't quote me on that ;)

Thứ Bảy, 3 tháng 7, 2010

thumbnail

MegaGlest 3.3.5 Pre-release special!

A new version of MegaGlest will be released sometime today! Once it is head over here to download it! A short changelog can be found here.


MegaGlest is a relatively recent fork of the quite well known FOSS Game Glest, which ceased development some time back. Now that Megaglest has taken up the development, things have advanced quite quickly (in contrast to the other promising Glest fork GAE) and Glest now finally has the long deserved cross platform multiplayer and a proper master-server with a games lobby! Furthermore Megaglest includes all the factions known from the Megapack before, bumping the total number up to 6.


And believe it or not, qudobup and me tried to play a round (extreme n00b alert :D ), which we recored and commented here:




All done with Free software by the way :D (MegaGlest, glc, Audacity, PiTiVi and Mumble)!


Interview with the Megaglest team



For this Megaglest special we are also lucky to had the chance to make a short interview with the two main heads behind this Glest fork.



FreeGamer: For a start, could you please give us a short introduction into your team structure and what your motivation was to fork Glest in order to make Megaglest?


titi: Well teamstructure is... I started and Softcoder joined :) I have been working on glest mods for 2 years now because I like the game and there was so little content available back then. For Megaglest I also do some programming, but Softcoder writes more of the code than me.


Softcoder: But we also have contributions from time to time from others (like the GAE team).


titi: Concerning our motivation, I think we both work on glest because our kids like it :) Right from the start my children were involved in Glest modding. For example my son made nice tileset and helped me with my first mods; especially the Indians (as in native north Americans / the editor ;) ) we made as a coop production!


Softcoder: Yes titi & family are the heart of the community! But my boys also made a number of factions. Elimnator and Tiger are big into mods, and call their mods vbros packs :)


FreeGamer: Interesting to see that FOSS game development can really work as a family hobby! Not really the typical cliche of the lonely bed-room programmer in his teens ;)
But lets move on to the next question: Glest is for sure heavily influenced by Blizzard's Warcraft3, and thus caters to a similar type of gamer. Have you though about bringing some of the popular elements from that game over to Megaglest? Examples would be hero units, and of course the later added game-play modes like DOTA and Tower Defense.


titi: I think we both don't even know Warcraft3 :) I didn't played many RTS games up to now... well I think I played something called Dune2 on the Amiga before ;) Actually I'm more a FPS player.


Softcoder: I'm not a gamer at all. But yeah, the forums are filled with people who ask for features from those games. In short we will therefore likely bring lots of features that people like from there into MG.


titi: Personally however, I don't like all this special hero feature people talk about. Things get too complicated with this, and I think these heroes kill the usual RTS fun. But there are some fun ideas we will follow for sure :) But I see Glest as its own game; I don't want to build a Warcraft clone.
Concerning DOTA, well I guess HON is much better then we can ever be :) But there are mods who do this and when they grow we will support them if it fits to the game itself. Right now we have the current RTS game type in focus, however.


FreeGamer: Ok next question: Megaglest seems to have evolved out of a number of independent factions and tile sets, so the overall game design is lacking a bit. Are there plans to take a more "tighter grip" in order to get the balancing etc. right? Or do you consider Megaglest more of a "playground" and let someone else develop a "pro-mod" for balanced multiplayer?


Softcoder: I think the answer is a challenge of the community and the age groups. Many young people are working on techs, factions, maps etc, but we might need to be more careful to keep "themes" together. So we try to only allow consistent content as part of the shipped product.


titi: Well there are the Tech and Magic factions from the original glest, but the rest was basically made by me. It is something what I called Megapack before. But I learned more while doing this and so they look a bit different :)


FreeGamer: What I actually meant was not the art style but the game balancing and game design. Are there plans to restructure the factions, maybe limit them to 3 or so to be able to get balancing right?


titi: I think the balancing is quite good! Ok, some are better some are not so good, but thats like the players. It is meant like that, good players choose bad factions bad players choose good factions. But what's good or bad depends on the map too!
But I discuss with others in the forums and hear what they say... especially beginners always say this or that faction is too good, but after a while they often come to the conclusion thats its not as they thought :p


Softcoder: I also think the base MG install has that, e.g. a core game-play with good balancing. It is the add-ons etc... that create the "playground".


titi: But for me competitive game-play is also not really the focus. I want to make a game thats fun to play, not competitive! Especially coop gaming against the computer is a big part of the fun playing MG.


FreeGamer: Ok lets move on: With the current release focusing on getting the multiplayer working correctly (and hopefully getting a big enough online player-base), what are your future plans regarding the single-player part? Do you plan on implementing a campaign editor in the already much improved level editor?


titi: Well for me the next focus are graphical improvements. We need better terrain splatting (made by the gfx card), more lights and so on. And we will start to put in lots of new features once we proofed to be stable in multiplayer :)


Softcoder: I think its hard to answer! There are TONS of great ideas in the community, we will talk with our community and see what things are most desired. My focus is more for making my boys happy :) We want MG to be 'mega-fun'!


FreeGamer: Ok so what about editing & modding? Right now the units are rather limited in their special abilities. Do you think stuff like (air) transporters, non attack magic spells, stealth mode etc. (insert other cool units features from Starcraft/Warcraft) could be easily implemented? Or is that already possible with scripting, but not done yet?


titi: I wrote so many wiki entries , made so many forum posts to let people know how to mod glest, I think its quite easy now. The special unit abilities not implemented yet however, but when we think it is fun we will think how hard it is to do and then we do it :)


Softcoder: We plan to add many things like this, but slowly so that we don't lose stability and keep people happy. One example... we added better network play, masterserver AND cross platform play all in this last round of beta! That was TOO MUCH! But things will get done (faster if we have more help) just at its proper pace.


FreeGamer: We already had some remarks on the technical side of things, but lets get back to that again: The Glest engine sure looks a bit dated by today's standards... do you have plans to upgrade the graphics engine to support shaders and such?


Softcoder: Yikes! We agree with you! But I think we have to give hats off to Martino and the rest of the original Glest team that a game written in 2005 still is acceptable today!


titi: We need more speed and many of these features will bring us better speed and better graphics, since the GPU will do alot of the work.


FreeGamer: Ok, but to extent that: with normalmaps and such it often looks more realistic in style. Do you want to go more in that art direction, or stay with a more comic style?


titi: Normal maps are not the main priority, there are other more needed features. And normal maps need new textures, and that is really a lot of work :) So for now we are looking into things that can be done with mostly code which is easier to do.


FreeGamer: So but what weight would you give the development focus right now... more towards improving graphics, or more toward extending game-play?


titi: Both :) But we try to make small steps.


Softcoder: Game development is totally new for me (and Linux programming is fairly new), so priority also depends on how long it takes to learn and do it right! MG is my first graphics code ever, and also and my first Linux open source project.


titi: It is all new for us, no one of us did something like this before. I even learned C++ in the beginning of this year for this project! Same with php, the masterserver is the first thing I ever wrote in php.


FreeGamer: Well I think it turned out pretty well so far never the less :) I think this concludes our short interview. Thank you very much for answering our questions! Ahh, last but not least: Do you have anything you want to tell your players and/or our blog readers?


Softcoder: Yes, our #1 goal for MegaGlest is 'FUN'!


titi: Please come and play MegaGlest ;)



A short introduction into Glest modding



(Mega)Glest has an incredibly easy modding setup. Almost everything in the game can be easily changed with simple XML files, and the 2D map editor is very easy to grasp. Especially with the recent usability improvements in Megaglest (and included Linux editor binaries) it is possible to create a simple but nice map in a matter of minutes!

Edit: I was made aware that those editor improvements come mostly from the GAE project. Very good additions!



(Ok this was not done in minutes :p It's one of the new 8 player maps that come with MegaGlest)


But luckily all these editing features are also very well documented in the Glest wiki.


Last but not least, all single-player and co-op scenarios can be fully scripted right in the XML files with lua, a pretty powerful yet easy scripting language commonly used in computer games. Sadly it is not possible to create full singleplayer campaigns yet, but lets hope that gets added soon too!

Thứ Bảy, 6 tháng 2, 2010

thumbnail

A3P: Acquire, Attack, Asplode, PWN!

Hey FreeGamer crowd, I hope there are still a few people around ;)
Today there will be only a short update, as I simply can't believe this gem of a game (see below) has not been featured on this page!
EDIT: Do not miss qudobup's post about FOSS engine news directly below this one!

A unique arena shooter

So someone had the balls (pun intended) and released a completely unique arena shooter with many nifty features, described by the creator as a mix of TPS/RTS/OMG/BBQ ;)
Check out A3P, if that has sparked your interest! At it's current version (0.5) it can be described as a third person arena shooter with some small RTS/squad command elements, and it is definitely fun to play:



The technical specs are rather interesting too: Based on the BSD licensed Panda3D engine (while itself being licensed MIT; the media license is unclear though) it has all the bells and whistles one can expect from a modern game (Full GLSL shader based rendering, networked ODE physics, even integration into your webbrowser).
Yet it was developed by ONE man in only ONE year! That makes us fellow free game developers look a bit bad, I guess :( Maybe that's because it was developed in Python!
Check out the development blog for further insight into this miracle ;)

Thứ Năm, 31 tháng 12, 2009

thumbnail

Non RTS strategy games


An update so quickly? Behold the Free Gamer world is coming to an end. :p


So, we mentioned some promising RTS games in the last update. OK, I forgot to mention Spring1944, but I am also a bit reluctant to mention Spring and its mods since it is such a pain in the backside to get it running correctly. :(


Back on topic... there a quite a few really great non RTS FOSS strategy games. I guess I don't really need to mention the classics to the typical reader of this blog, but Wesnoth, FreeCiv, FreeCol and UFO:AI are all very playable and good looking games! However there are others that get less attention and also some that show great promise!


Advanced strategic command


Advanced strategic command is one of those that gets relatively little news coverage, even though it is a really playable game. Granted, its graphics are pretty much the same as its big inspiration, the classic Battle Isle series, but that doesn't necessarily make them bad, right?

A new version was just released a few days ago, which finally also includes a tutorial for those new to this type of game.

Also interesting is the (German) Project: Battle Planets, which could be described as a MMOTBS based on ASC. It is not quite what you would expect from this description as most of the MMO part is done manually by human game moderators, which exchange ASC games states between players (sorry, it is a bit hard to explain exactly ;) ).

A similar game to ASC is Crimson Fields by the way, which has found its way to many mobile platforms.


Widelands


Another often neglected game is Widelands, which is obviously based on the classic game the Settlers (no not the Settlers of Catan, check Pioneers for that).




The graphics could still be improved a bit, but it is shaping up to be a very faithful and fun re-implementation of that great classic game.


Unknown Horizons


While we are at FOSS re-implementations of great games... Unknown Horizons is continuing to become a Anno1602 clone of epic proportions. ;)




It is not quite at the point where it could be described as a fully playable game yet, but you can expect it to become one relatively soon, I guess! (Another not quite playable but really promising game worth surely mentioning is FreeOrion by the way).


8Kingdoms


Last but not least, there is 8Kingdoms, which really is one of those games people don't even try after having a short glance at the screenshots. Yes, it's programmers art, albeit one that at least tried to hide it by having a plastic-like style for the figures. ;)

But if you actually try it, you will realize that even though it is a bit rough around the edges (why can't I set a custom wide-screen resolution :( ), the game play and the engine is already quite advanced.

What this game clearly needs is an artist taking over the graphical matters, and then this could quite quickly become one of those true FOSS strategy game gems!

Thứ Hai, 28 tháng 12, 2009

thumbnail

FOSS RTS games

Hey FreeGamers!
I know, news are a bit slow here lately, but all three of us are a bit busy with real-life issues, I guess. So if you are interested in becoming a contributor to this blog drop us a line in the forum!
We have also recently gotten some readers feedback concerning this blog entry. I have to admit that our background search was a bit short concerning the Hypertension game... and it turned out that this game is surrounded by some controversy concerning the (probably illegal) use of the original Blood art assets (which were only granted by Monolith to the Transfusion project).

Are there any good FOSS RTS?

Well that depends on what you think is good :)
We have had a small discussion in our forums which resulted in a lot of links to all sorts of FOSS RTS. So if you are looking for some obscure (often unmaintained RTS) have a look.
Overall I would say however that currently there is none that can be recommended without doubt. This might change soon however!

0-A.D. Commercial grade FOSS RTS?

We have mentioned this great project before, and especially since they have gone fully open-source earlier this year all eyes of the FOSS community are probably on this gem.
So far a consumer ready release seems to be still distant however, even though some parts of the game look quite playable already:

Development is progressing though and you can have a look at this interview with the current project leader for some background infos and nice new screenshots. Further news can be found on Moddb.com.

Upcoming Warzone2100 developments

Warzone2100 is one of the few really playable FOSS RTS games out there. There are steady improvements and sometimes you can even find someone to play online ;)
With it's Playstation 1 art assets it is quite a chore to look at however. There is light on the horizon though; A new terrain renderer was recently developed for it and is expected to be released with Version 3.0.

Let's hope this will reach us gamers ASAP!
Their forum has also some other nice upcoming features to offer. There are plans to update the GUI, with some really nice mockups.
Furthermore MaNGusT is working on new units:


And there is a nice mod project involving mechs :)

About

Lưu trữ Blog

Labels

0ad 2d 2x0ng 3d 3D modeling 4dmaze 8kingdoms a las barricadas A3P abe affcity agentkeeper alienarena allacrost angel-engine angstron2 annchienta annex-glest-mod antargis apricot arbarlithii arcade ardentryst ardorcraft arewealone armagetronadvanced art article arxendofsun arxliberatis as3sfxr asc assaultcube AtomicGameEngine atomictanks atomicworm aurora award axis revenge balazar3 ball-rolling bananabread basecommand battery battletanks beasts bethewumpus bge biniax2 bitfighter Blackvoxel blender blendswap blobandconquer blobwars blockattack blockling bloodfrontier bloodmasters bofh bombable bombcar boomwar boson boswars brainworkshop bullet burningdust burningwell bushidoblocks business bygfoot caspring cataclysm catchemrpg cgmadness cgtextures cheeseboys Chocolate Doom choria civil civitas clonk cocos2d code43 codecombat coldest combatsimulator commanderstalin commercial community competition conquest conquests contentcreation contest-gamedev corebreach countryoforigin craft creativecommons creepsmash crimsonspace critterding crowdfunding crowdsourcing crystalscrolls crystalspace cube Cube2 cuboid-clone cuby daggerwindscrolls dagon dangerdeep dangerman darkmod darkphear darkplaces data dealer dawn deadmorning devcorner dhewm3 Diablo diamondfighters digitalman dnt Doom Doom3 Dory game Wheely 3 doryenarena dotg dotmodeller dragonhistory duckmarines dungeonhack dungeonmapper eatthewhistle ecksdee edgar egoboo eisenstern emiliapinball endgamesingularity engines eot epiar epoch erebus ethanon event-conference evidyon evilcult extremetuxracer fac FGD fife flare flightgear flipout foi formido formularetro forumdown fps Freeablo freeartsearch freecol freedink freedroidrpg freegamedev freegamer freeorion freerails freetrain freetumble frogatto game engine gameboom GameDevelop gcw-zero gearhead2 gemrb genre-adventure genre-buildingsim genre-cards genre-defense genre-educational genre-engine genre-exploration genre-flighsim genre-fps genre-mmo genre-platformer genre-precision genre-puzzle genre-racing genre-roguelike genre-rpg genre-rts genre-sandbox genre-shooter genre-space genre-spacesim genre-spacetrade genre-tbs gigalomania glamour glc glest GLSL gluon goblinhack godot goollie Gorynlich grail grandwing gsoc gta-mud gunfudeadlands gusanos h-craft hackwars haiku hardware hedgewars hero of allacrost hex-a-hop hexenedgeofchaos hextd hive holoracer holyspirit howski html5 iamar iceball idtech2 idtech3 idtech4 impulse indiegogo intensityengine interview ioquake3 iqm iris ironbane irrlamb irrlicht islandcommander isoccer iteam ivan ivan3d ivanx jag jcrpg jediknight jme jmonkey3 jrpg jumpman jvgs kambi vrml kazama keeperrl Kelgar knights krank kwestkingdom l-echo lalalove Lamiae lasertactics lavirinto3d lbaprequel legesmotus lemmingballz levelhead libcrtxy liberated pixels cup libtcod licensing lincityng linux linuxgameawards linwarrior3d lipsofsuna lordsawar love löve löve2d low lowpolycoop lpairs ludumdare lugaru mac markiv mazzeroth mechanicaltower MegaGlest metalchaser metalglovesolid metallblech micropolis militiadefense minetest-c55 MIT modding mode-multiplayer mode-onedevicemultiplayer mode-singleplayer mofrag mokoi moleinvasion monkeyworld3d mono Moonshades mozilla myman mynet naev nethack3d neverball newfoundroom nexuiz nova pinball occulusrift octaforge ODE ogre3d olpc oolite open-source openanno openarena openart opencaesar3 opencity openclonk opendungeons openflashpoint openfootball opengameart openig openjk openlierox openmw openoctane openra openracer openttd openxcom orbit-hopper osare osgg osgs osx overdose Overkill ows pacdefence paintball2 palomino panda3d pandora parpg patreon penumbra physica physics pinball pink-pony pixel art plague-like platform-android platform-html5 platform-ios platform-java platform-linux platform-osx platform-webgl platform-windows platinum arts sandbox platinumarts pleethebear plexus plutocracy popcap portalized portrait-marathon PotM privateergeminigold programming projectalexandria projectcitadel projectfootball projectofthemonth pseudoform purity pygame pyromancer q2w q3rally qfusion qonk quadropolis Quake Quake2 quantum racer raceracer racing racr radakan raidem rainbowrooms raknet ransom raver realtimechaos redeclipse retribution engine retux review rigsofrods roguerepublic ROTC rpg rsoc rubyweekend runesword ryzom sampleswap sandbox sar sauebraten sauerbraten sawk scifi scorched3d scourge scourge2 sdl sfxr shotgundebugger shunnedsurvivor silvertree simontatham simutrans simwar skyriot skyscraper slickworm slothrpg smokinguns solarus soulfu sourceforge space station 13 spacenerdsinspace speed-dreams spicetrade spring spring1944 standalone Starfall Starfall kids Starfall math Starfall Wheely 3 Starfall Wheely 3 Game steam stonesoup strategy Strife stuntrally style-historical style-retro style-sci-fi subterranean summerofcards summoningwars superpowers supertux supertux3d supertuxkart survey syntensity systemshock Tales of Maj'Eyal taspring TBS td teewars teeworlds tennix Terasology terminal-overload Terra Centauri Tesseract The Castle Doctrine theskyofverdun theurquanmasters thewhitechamber thousandparsec thundernlightning tiled tol ToME torcs torque2d torque3d tournament towerdefense tpb3d Tremfusion tremulous trophy tutorial tuxkart tuxracer tv tvocfi ufoai unknownhorizons unkownhorizons unvanquished Urho3D uzebox vacuummagic valyriatear vaporware vdrift vdrift-ogre vegastrike veraball video vikings violetland vote voxel voxelstein warsow warzone warzone2100 waymark weaver webmegapong wesbowl wesnoth Wheely 3 Dory Games Wheely 3 for kids Wheely 3 kids Wheely 3 online widelands windows windstille wing wizznic wordwarvi work worldforge worldki worldwarvi wormux wtactics wyrmsun xdriller xenogeddon xna xonotic xreal ya3dag yodasoccer yofrankie ysflight ysoccer zaz zelda zero-k zeroballistics
Được tạo bởi Blogger.