Latest Games :

FPS news

Chủ Nhật, 18 tháng 9, 2011 | 0 nhận xét

Short one for today... I guess Charlie will make a longer post about the new 0 A.D. release later on (sorry to steal your thunder :p ).

So FPS news only from me today ;)

Irritant, the lead developer of AlienArena was so kind to inform us that a new release can be expected within a week.

Check the rest of the new screens-hots in the thread linked above.

Other that this? Well there is a rather interesting thread about a Tremulous art update mod called Tremz in the official Tremulous forums.
More cool WIP screens can be seen here. Quite amazing progress given that is has been started only recently.

Oh, and the lead developer of the OpenWolf project joined our forums and posted a bunch of rather nice screen-shots and some background info from this ET:Wolf engine update project.
So if you have some questions regarding this project, fire away!
Continue Reading

Adamant Armor Affection Adventure (and more) open sourced

Thứ Bảy, 17 tháng 9, 2011 | 0 nhận xét

Adamant Armor Affection Adventure

The quadruple-A block-style story-based, sneaky-action pandora game Adamant Armor Affection Adventure is now GPLed. Along with it some other games for that platform by the same author (AAA for one [video]) were open sourced.

Sources can be downloaded here (AAAA) and here (other games).

 

 Much more info about the releases along with some internet drama history can be read in this post.

I'm not sure about the assets and their license, there seem to be none included in the tarballs.

/me requesting Linux desktop ports
Continue Reading

Slipstream Vehicle Simulation

Thứ Năm, 15 tháng 9, 2011 | 0 nhận xét

The author of Techne has a new project:
Slipstream is a free racing vehicle simulator trying to be physically accurate and fun to play at the same time! Contrary to most simulators out there it's not designed around a single type of vehicle. It should be able to support anything from a bicycle to a car or anything else that can be driven around on a racetrack for that matter.
Help is requested on the content-side:
 The graphics are still very primitive I'm afraid but they get the job done at least. Making Slipstream pretty is still a high priority but I doubt I'll be able to create decent track and vehicle models myself. If you're an artist and want to participate in making a great racing simulator please drop me a line [dpapavas@gmail.com].
 
Continue Reading

Summer Shorts 2 + Screens

Chủ Nhật, 11 tháng 9, 2011 | 0 nhận xét

Unknown Horizons Player Scores...

gscai of the real-time colony building simulation Unknown horizons wrote a short player-view summary of how the game's artificial intelligence works.

libtcod's project browser filter

libtcod, an advanced toolkit for roguelikes now has an online browser for projects using it that allows to apply filters.

Tactical battle in Hale

I stumbled over Hale, an RPG described as having "deep tactical combat system and storyline".

The project seems to use freely licensed assets, which is a great. I hope that the GUI will receive a makeover (using a pastel background color and killing the 1995'ish 3d button/border look does wonders).

Example sound visualization at Freesound 2.0

Freesound went 2.0! CC-BY and CC0 as license options! (Unfortunately CC-BY-NC as well). Sampling+ remains for legacy sounds where authors have not switched to a modern license. Read the announcement here.

Six-legged vehicle in Xonotic

Xonotic 0.5 brings new maps, vehicles and multi-language support. Many more details can be found in their annoucnement post.
Continue Reading

Wazzal (dx8 game) open sourced!

Thứ Sáu, 9 tháng 9, 2011 | 0 nhận xét

Wazzal in space

Wazzal is a single-player role-playing space trading and combat game that features a compact plot, ship-boarding mini-fights and allows to switch control between ships during team battles.


The recently open sourced game was made by Ville Mönkkönen of Instant Kingdom (IK). He is responsible for excellent freeware games including Notrium and is currently working on a for-pay top-down fantasy RPG.


IK community member Amarth shared some insight about what it would take to make Wazzal run on modern operating systems:
It will be a lot of work. DirectX calls (Windows only) are sprinkled all around the code. Then there are some references to the win32 api, though not many when compared with the DX ones. There are probably also some non-standard C++ Visual Studio-only things going on, but that shouldn't be too hard to fix either. DirectX is the big problem here.It also needs to be done, because Wazzal is written with the DirectX 8 library, which seems to be no longer supported in any way by Microsoft.

It's positively impossible to find the headers and libraries needed to compile this at Microsoft. I haven't tried other locations yet. It's probably not impossible to find, but who knows how well supported old libraries will be on newer versions of Windows...
The license for both code and assets is a very permissive one and likely to be compatible with MIT/zlib/3-BSD (and CC-BY for assets):
10 You are allowed to use the game source files and the included resource files in any way you wish, I only ask that you retain this license and credit me.
Continue Reading

DungeonHack/Godhead Demo Ultimatum

Thứ Ba, 6 tháng 9, 2011 | 0 nhận xét

DungeonHack aka Godhead imposed an ultimatum on itself: two weeks for finishing a gameplay demo using the Lips of Suna engine.


Should the demo not be finished by that time, the development team will commit Seppuku.

Just kidding. :)

It's refreshing to see an open project put some pressure on itself. I'm looking forward to the results of this.

Continue Reading

GeneticInvasion : a brand new Tower Defence

Thứ Sáu, 2 tháng 9, 2011 | 0 nhận xét

Hi! I'm here to show you a new game that I'm working on: GeneticInvasion

It's Tower Defence game, but it has something special: it uses evolutionary algorithms.
The idea of evolutionary algorithm is to use darwin theory to solve problems:
  • We generate random solution to the problem.

  • We evaluate them.

  • We take some of the better ones, apply random mutations to them, and generate an offspring from them.

  • The child replaces their parents in the solution population to form a new generation.

  • And we do this, again and again, until we find a solution that is good enough.

Well, in GeneticInvasion, the problem, is you. So enemies evolve in order to crush you.


We used a real evolutionary computation library called EO to make this game. The library is being used for many serious projects.

So, you heard me, an army of colorful enemies are trying to eliminate you, don't just sit here, fight!

Some notes:

  • For the first time since we began to develop it, the game is now interesting to play. That means that it's neither too easy nor too hard to play.

  • I also added 3 levels that are supposed to be sorted by difficulty.

  • There is a medal system, so you can try to get gold on all 3 of them. (I failed to get the gold medal on the third one through :P)

  • There are no binaries, if someone is feeling like doing some, please contact me.

  • The game is theoretically compatible with at least GNU/Linux, Windows and Mac OS but has only been tested on GNU/Linux. You'll need SFML, EO and Glu to build it.

  • Please send us your remarks and comments.!



Also, I'd like to thanks OpenGameArt and the artists that contribute it, without them our game would probably had hand-drawing art, and we suck at it. (Also many thanks to ozzed who did the music on Jamendo)

Official website: GeneticInvasion   Controls for playin the game
Continue Reading
 
Support : w4uonline@gmail.com
Copyright © 2011. The Life For U - All Rights Reserved
Creat by god1412
Proudly powered by Blogger