1

Topic: How is the game composed?

Im sure there is some kind of topic, so if there is direct me to it. I'm really interested in what programs you guys use to make the game. I'm a Computer Graphics Technology Major at Purdue Calumet and have recently been getting into programming a little more. I work with flash often and your graphics seem flash like. I am interested in what kind of code is being used as well, and what kind of engine if any it's run on.

I'd just like to know how it's done and if I could, help out for the experience.

Great game, I'm sure I'll be around often.

2

Re: How is the game composed?

The game is mainly written in C++ and u can get the source code from here: https://github.com/teeworlds/teeworlds
how it is compiled is described here: http://www.teeworlds.com/?page=docs& … Everything

uptee - a simple web interface for hosting and maintaining teeworlds servers
teerace - a website gathering results of trusted Race-mod servers providing global ranking and statistics
*gV* rox ^^

3

Re: How is the game composed?

But when i saw there was phyton combined with c++ i really had to laugh like.... doesnt matter, i just laughed :'D

4

Re: How is the game composed?

What's so strange about Python and C++ working together?  They both have excellent and complimentary strengths.

5

Re: How is the game composed?

suicideclyde wrote:

What's so strange about Python and C++ working together?  They both have excellent and complimentary strengths.

They don't really work together, Python is just used to generate C++ code.

6 (edited by TeePhoenix 2012-06-10 16:53:58)

Re: How is the game composed?

Deleted.

The face of terrorism is called United States of America!

7 (edited by suicideclyde 2012-02-13 00:53:47)

Re: How is the game composed?

heinrich5991 wrote:
suicideclyde wrote:

What's so strange about Python and C++ working together?  They both have excellent and complimentary strengths.

They don't really work together, Python is just used to generate C++ code.

Fair enough.  The Python/C or C++ relationship is very common, since C/C++ isn't very fun to write and python isn't very fast they make a wonderful pairing of elegance and speed.

8 (edited by TeePhoenix 2012-06-10 16:52:39)

Re: How is the game composed?

Deleted.

The face of terrorism is called United States of America!

9

Re: How is the game composed?

Well put.  I think that's the case with any object oriented language.  The better the API (both yours and the languages) the better time you're going to have.