PDA

View Full Version : iSoccer - a Game for linux/ Ubuntu


Mickeysofine1972
April 17th, 2008, 06:24 PM
Hey Guys

Myself and Jorge Rosa are proud to announce a new open source game project provisionally called 'iSoccer'.

its a clone of the world renowned 'Sensible Soccer' and the source is available from source forge at:

https://isoccer.svn.sourceforge.net/svnroot/isoccer

Welcome the communities input/suggestions & help, so if you want to get involved you will be most welcome!

Thanks to slavik for his instructions and also wybiral for reminding me to tell how to compile it.

There is also a code::blocks project ile in there so i you have the libraries included you could just compile using that.

EDIT: you need sdl, mesagl and glut dev libraries installed (if you have troubles, post or pm me if the errors) for the compile to succeed.

Build instructions:

svn co 'https://isoccer.svn.sourceforge.net/svnroot/isoccer/' iSoccer
make linux64 #if you have 32bit linux then use linux32
./iSoccer
Mike

Glaxed
April 17th, 2008, 07:25 PM
what are the files you need to download to get up and running?
I din't see an install instructions file, sorry, bit newbie.

Wybiral
April 17th, 2008, 11:04 PM
Mickey, you should put up some screenshots and instructions to help draw some attention.

slavik
April 18th, 2008, 02:24 AM
how to get the code, compile and run it

EDIT: you need sdl, mesagl and glut dev libraries installed (if you have troubles, post or pm me if the errors) for the compile to succeed.


svn co 'https://isoccer.svn.sourceforge.net/svnroot/isoccer/' iSoccer
make linux64 #if you have 32bit linux then use linux32
./iSoccer


played around in it, looks nice :)
the only thing is that the number on the shirt is reversed, I have attached the modified PNG :)
I have also noticed some graphical corruption as I moved around the field, as if there was space between 2 quads. image also attached.

Mickeysofine1972
April 18th, 2008, 03:07 AM
how to get the code, compile and run it

EDIT: you need sdl, mesagl and glut dev libraries installed (if you have troubles, post or pm me if the errors) for the compile to succeed.


svn co 'https://isoccer.svn.sourceforge.net/svnroot/isoccer/' iSoccer
make linux64 #if you have 32bit linux then use linux32
./iSoccer
played around in it, looks nice :)
the only thing is that the number on the shirt is reversed, I have attached the modified PNG :)
I have also noticed some graphical corruption as I moved around the field, as if there was space between 2 quads. image also attached.

Yeah i did the shirt reverse as I was playing around, but the tearing in the pitch is probably gonna go away once we have a better model.

Although if anyone has a suggestion about how to handle this kind of artifact i would love to hear from them.

Mike

jorgerosa
April 18th, 2008, 09:37 PM
Mickey, you should put up some screenshots and instructions to help draw some attention. (http://isoccer.googlecode.com/files/PITCH_Preview_02.jpg)
http://isoccer.googlecode.com/files/PITCH_Preview_02.jpg
He did... ;)

Mickeysofine1972
April 20th, 2008, 11:50 AM
Ok so heres an update

iSoccer now features md2 support including GL command list rendering, which has given a much needed boost to the gfx

The ball and goals are now models instead of glu primitives.

I have attached a screen shot fo you to have a look and updated the SVN

Mike

Tomosaur
April 20th, 2008, 11:56 AM
This looks pretty cool, I'll give it a go when I've got some time :) Nice work!

ZylGadis
April 20th, 2008, 12:41 PM
Do you have an IRC channel, folks? I went to #iteam on freenode, but it does not seem it has anything to do with isoccer, and I don't see either of you (jorgerosa and Mickey) there.

Mickeysofine1972
April 20th, 2008, 12:53 PM
Do you have an IRC channel, folks? I went to #iteam on freenode, but it does not seem it has anything to do with isoccer, and I don't see either of you (jorgerosa and Mickey) there.

Well although jorge and I are involved with iteam we haven yet planned for a IRC channel for isoccer as its just two atm, but if we get any other developers later its a possibility

Mike