Search found 2 matches
- Sat Jan 26, 2008 2:18 am
- Forum: Beginners Help
- Topic: Snake game
- Replies: 8
- Views: 1830
Re: Snake game
im working in a simple snake game this is what ive made so far.. Since you didn't "make" that, you can pretty much suck my sphere nodes as far as any further help is concerned. You do not appropriate other peoples' work and claim it as your own. hey im not telling is my code, iam working ...
- Fri Jan 25, 2008 5:31 pm
- Forum: Beginners Help
- Topic: Snake game
- Replies: 8
- Views: 1830
Snake game
I am in new in irrlitch and im working in a simple snake game this is what ive made so far.. need help with the snake collision and making the food #include <irrlicht.h> #include <windows.h> #include <stdio.h> using namespace irr; #pragma comment(lib, "Irrlicht.lib") IrrlichtDevice* devic...