A small game coding example / tutorial

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

A small game coding example / tutorial

Post by polylux »

Hey everyone,

long time no post from me. I have recently nearly-finished my lil side project of a blog. To add life to it, I wrote an article about a mini game that I did a while ago explaining impl aspects and how everything plays together. Source code avail of course. Would be happy if it's of help for beginners.

Blog Post

Cheers,
p.

@mod, please move if wrong forum, thanks
beer->setMotivationCallback(this);
CuteAlien
Admin
Posts: 9638
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: A small game coding example / tutorial

Post by CuteAlien »

Thanks, nice simple game :-) If you want I can also mention it on front-page.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: A small game coding example / tutorial

Post by polylux »

I'd be flattered! :)
beer->setMotivationCallback(this);
CuteAlien
Admin
Posts: 9638
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: A small game coding example / tutorial

Post by CuteAlien »

Okey dokey should show up as soon as all the browser and webserver caches can be persuaded. If you want any changes in text or image just PM me!
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: A small game coding example / tutorial

Post by polylux »

Awesome, thanks! :)
beer->setMotivationCallback(this);
mant
Posts: 125
Joined: Sun Jan 27, 2013 3:38 pm

Re: A small game coding example / tutorial

Post by mant »

When can we try the binary?
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: A small game coding example / tutorial

Post by polylux »

did you fail to compile it? can get you a binary too. what's your platform?
beer->setMotivationCallback(this);
mant
Posts: 125
Joined: Sun Jan 27, 2013 3:38 pm

Re: A small game coding example / tutorial

Post by mant »

Well I think I want to download it instead of compiling.
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: A small game coding example / tutorial

Post by polylux »

fair enough. i assume you use windows?
beer->setMotivationCallback(this);
mant
Posts: 125
Joined: Sun Jan 27, 2013 3:38 pm

Re: A small game coding example / tutorial

Post by mant »

I use Linux (with a Windows OS partition so I can use sometimes).
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: A small game coding example / tutorial

Post by polylux »

ah, easy then. what's your distro? I'll get you an archlinux compile meanwhile. if you have irrlicht/cAudio installed, you should be able to compile it in no time.
beer->setMotivationCallback(this);
mant
Posts: 125
Joined: Sun Jan 27, 2013 3:38 pm

Re: A small game coding example / tutorial

Post by mant »

I use Ubuntu 18.04. But I think you should make a release for people to try the project quickly.
It entertains more so people can get excited to deep dive into your post.
AReichl
Posts: 268
Joined: Wed Jul 13, 2011 2:34 pm

Re: A small game coding example / tutorial

Post by AReichl »

I have problems compiling cAudio.
Which version did you use?
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: A small game coding example / tutorial

Post by polylux »

I'll have a binary out in a little. Been a bit busy these days.
beer->setMotivationCallback(this);
polylux
Posts: 267
Joined: Thu Aug 27, 2009 12:39 pm
Location: EU

Re: A small game coding example / tutorial

Post by polylux »

Done. Find the precompiled version in the article.
@AReichl: where are you stuck? what's your OS? I use the current version referenced at the very bottom of the article.
beer->setMotivationCallback(this);
Post Reply