Search found 202 matches

by dejai
Sun Jul 18, 2010 12:25 am
Forum: Game Development
Topic: NTEngine a 2d Puzzle Game, C++, Lua, XML
Replies: 14
Views: 2771

Re: NTEngine a 2d Puzzle Game, C++, Lua, XML

I am having a time trial competition over at: http://www.noobtoob.com/forum/viewtopic.php?p=276328#276328 Here is my entry: [youtube]<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/-hLj8ulfCzQ&hl=en_US&fs=1"></param...
by dejai
Sat Jul 17, 2010 1:16 am
Forum: Game Development
Topic: NTEngine a 2d Puzzle Game, C++, Lua, XML
Replies: 14
Views: 2771

Re: NTEngine a 2d Puzzle Game, C++, Lua, XML

First Stage Release Please download the first stage release for Mac, Windows or Linux at: http://ntengine.sourceforge.net/download.html [youtube]<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/goGMII7GzIM&hl=en_US&fs=1&...
by dejai
Thu Jul 15, 2010 7:32 pm
Forum: Game Development
Topic: Evolution SDK
Replies: 16
Views: 2300

Re: Dream Team SDK

Unlike the others that scrape around your post looking for a laugh I think it is great that you are starting a 2D game engine it is a great learning experience. I have been writing one since February and it is around 10 thousand lines of C++ and has lua integration for scripting behaviors and xml fo...
by dejai
Thu Jul 15, 2010 9:11 am
Forum: Game Development
Topic: NTEngine a 2d Puzzle Game, C++, Lua, XML
Replies: 14
Views: 2771

Re: NTEngine a 2d Puzzle Game, C++, Lua, XML

I have developed a very simple website over at http://ntengine.sf.net which will act as an information page and release platform for the engine and the game pack that we are using to test the engine. I encourage you to check it out, it is a hub for all the sources of activity within the project. You...
by dejai
Wed Jul 14, 2010 8:51 pm
Forum: Game Development
Topic: NTEngine a 2d Puzzle Game, C++, Lua, XML
Replies: 14
Views: 2771

Re: NTEngine a 2d Puzzle Game, C++, Lua, XML

The project was featured on episode 193 of Noobtoob a weekly independent podcast about video games. We are having a big art recruitment drive at the moment and it has actually started to pay off we have got some really talented 2d artists. If you are interested please sign up to our mailing list ove...
by dejai
Wed Jul 14, 2010 8:44 pm
Forum: Game Development
Topic: Need advice on Game Programming.
Replies: 10
Views: 1606

Re: Need advice on Game Programming.

SDL.
by dejai
Wed Jul 14, 2010 8:38 pm
Forum: Programming Discussion
Topic: Learning C++
Replies: 12
Views: 930

Re: Learning C++

The C++ language does not come bundled with graphics / graphical user interface libraries by default (unlike say java). The idea is to use third party libraries to create such programs. For example if you wanted to create a 2D video game you could install the SDL library and read through that librar...
by dejai
Fri Jul 09, 2010 8:14 am
Forum: Game Development
Topic: NTEngine a 2d Puzzle Game, C++, Lua, XML
Replies: 14
Views: 2771

Re: NTEngine a 2d Puzzle Game, C++, Lua, XML

Nickle Noobicle Trunk Build 4: Multiple Maps [youtube]<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/RSDB7yO5g2w&hl=en_US&fs=1"></param><param name="allowFullScreen" value="true"></param><param...
by dejai
Thu Jul 08, 2010 4:36 am
Forum: Art, Music, and Design
Topic: OpenArt.moosader.com
Replies: 17
Views: 3687

Re: OpenArt.moosader.com

I love the idea. Indie game development is hard! Free art that help you turn your ideals into reality or at least help in that process is awesome! Great work.
by dejai
Wed Jul 07, 2010 9:06 am
Forum: Programming Discussion
Topic: Unit Testing In Video Games
Replies: 1
Views: 443

Unit Testing In Video Games

Sourced: http://bwright.uberwolf.com/2010/07/07/unit-testing-in-video-games/ Unit testing is an “agile” or “extreme” programming methodology which has a lot of beneficial side effects for medium to large scale systems. For example when you modify a file in a 10(0*) thousand line code base wh...
by dejai
Tue Jul 06, 2010 7:49 am
Forum: Programming Discussion
Topic: Tiled Map Editor Plugin Question
Replies: 7
Views: 1101

Re: Tiled Map Editor Plugin Question

Hehe yes very true. I will write a "proper" plugin (find and replace TMW with MyPluginName (lol) ) soon. Nice map editor :-) very useful.
by dejai
Tue Jul 06, 2010 4:47 am
Forum: Game Development
Topic: NTEngine a 2d Puzzle Game, C++, Lua, XML
Replies: 14
Views: 2771

Re: NTEngine a 2d Game Engine, C++, Lua, XML

Here are some up to date videos: http://www.youtube.com/watch?v=aZ_7dXwTsmI [youtube]<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/aZ_7dXwTsmI&hl=en_US&fs=1"></param><param name="allowFullScreen" value=&...
by dejai
Mon Jul 05, 2010 7:10 pm
Forum: Programming Discussion
Topic: Tiled Map Editor Plugin Question
Replies: 7
Views: 1101

Re: Tiled Map Editor Plugin Question

Goto->Source->Plugins->TMW then edit tmwplugin.cpp and find the write method and just use standard C++ io streams / C file IO to export.
by dejai
Mon Jul 05, 2010 7:34 am
Forum: Programming Discussion
Topic: Tiled Map Editor Plugin Question
Replies: 7
Views: 1101

Re: Tiled Map Editor Plugin Question

Just implemented an exporter in it seems to work well. :-)
by dejai
Sun Jul 04, 2010 9:49 pm
Forum: Programming Discussion
Topic: Tiled Map Editor Plugin Question
Replies: 7
Views: 1101

Tiled Map Editor Plugin Question

Has anyone had any experience writing exporter plugins for the tiled editor over at http://www.mapeditor.org/ I was thinking of writing an exporter for my level format in it so I can release a level editor for the alpha build of a game / engine I am working on. It seems like a pretty viable option j...