Added: 1 year ago
From: TerkoTpride
Views: 29,629
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (112)

Sign In or Sign Up now to post a comment!
  • Can You send me this code:D

  • I RECOGNIZED IT !! lol, just watched the movie its an awesome song

  • NOOOOOOOOOO I HATE THIS SONG!!!!

  • HA! He's Russian... zdrastvete tavarisch!

  • This song reminds me good days!!

    Scotty Doesn't know....

  • btw what compiler did you use ???

  • hey dude it is possible to run it in turbo c 3.0 or i need a new compiler that will supported the Opengl program like visual c++ 2010 ?? and also can i get your sample code :)

  • source code? :)

  • This song reminds me of a movie called eurotrip :P

  • OpenGL ftw :D

  • that's pretty good for 3 months... if C++ was your first language that is :P

    other wise that's horrible lol. if C++ is your 2nd or 3rd language, 1 maybe 2 weeks is what i'd expect :P

    nice job btw xD

  • God damn do you know what a header file is e_o why so much code in once area

  • Does Scotty know yet? Cool game :)

  • click on the video window (it may pause), then press and hold the left arrow key on your keyboard. Keep the key pressed for around three seconds.And there u re now u can play snakes

    enjoy and thumbs up

  • By any chance, do you recommend that I continue to use the older openGL 2.1 or the newer opengl 3.x and up?

  • Wow :)

    ho long does it took to learn C++ ?

  • I am learning to make games in opengl. Can u please send me the source code of this program it will be a great help to me.

  • Класс, а ты где учил c++, и OpenGL? И откуда ты, я просто заметил что у тебя украинский язык стоит на компе.

  • Greetings! It is excellent game, very much it was pleasant to me! Has read that you have made it later 3 months after the program "Hello world". It very much cool! I Want to ask you how you studied language C ++ and OpenGL? Under books? P.S. Sorry, my English isn't so good, I badly speak on it. Hello from Russia! :)

  • lots of unnamed constants in there XD

  • Congrats wid at dangg-o future 3D snake mumbo jumbo thar.

  • Would you mind sending me the source code as well? Thanks in advance!

  • source code please :)

  • very nice, but Don't use system("pause") - it's EVIL

  • And then you found out using immediate mode is horribly slow and deprecated, and spent countless hours trying to understand those FRICKIN' VBOS, FBOS, VAOS, and whatever they've tossed in to OpenGL post 1.1 .

  • Eurotrip

  • You write code very beautifully... :3

    Whenever I write it looks like a mess of classes and everything is tabbed out of place.

  • its a Snake :DD 3D Cube version . You created it ?

  • Not sure if you knew Scotty, your girlfriend might just be cheating on you...

  • wow...i'm just a beginner in cpp, i guess that takes quite some time to make

    but if u excuse me, i dont think the nature of this game needs to be 3D

  • why do you gotta use such a gay ass song.

  • That song is ridiculous.

  • hi, could you please send me the source code for this game? looks brilliant!

  • coud u send me the source code? AMAZING GAME!

  • Hi,

    thats a really nice 3d version of snake.

    I'm working on a 3d game using opengl, too, but I'm already working on it a bit longer than 3 months.

    I have a short video showing it on my chanel. Maybe you could watch it and say what you think? ;)

  • could you send me the source code to allonlinegame@hotmail.com pls. thx

  • nice

    

  • Guys i don't think Scotty knows....

  • nice :)!

  • This game would be a great deal more complicated if you could move in varying altitudes (Z) instead of just X and Y.

  • Good stuff :) Couple of bits:

    When drawing the lines, or quads, you don't have to call a separate glBegin and end around each one. After calling glBegin quads, if you passed it 16 verts for example, it'd draw 4 quads.

    Try and avoid random numbers in code, if your area is 20 wide for example keep this number in a constant, this means you can alter this number later and change the game with 1 change. For example, you could:

    #define ARENA_WIDTH 20

    and use:

    for(int i=0; i<ARENA_WIDTH; i++) { }

  • @Toastless Thx for your attention, now I know about that sort of things since it was like10 months ago =) but still thank you!)

  • @TerkoTpride Ah posted Jan, oops. Not sure how I stumbled across the vid :) Good to hear you've continued coding! Good luck with it. 10 years working in the games industry here, after a couple of years of making little games like you're doing and it's still good fun! :)

  • @Toastless :)

  • please can you send me the source code?

  • The Song is amazing... and the movie eurotrip german is great ;P

    and nice vid

  • i dont believe this... this game can not be sort in 8 hrs by single programmer... lol.. nice job....

  • nice work! I'm working my own project but am no where near doing this sort of thing yet. Brilliant first effort! Keep it up! Nice music as well by the way. :)

  • Comment removed

  • Nice ;) I wrote my snake in about the same time, but I already had a python script which was doing almost the same, I posted my snake as a answer to your video...

  • Nice, how did you learned so fast? 3 months from console Hello World to this ?

  • omg.

    This is a good snake game ! :D

    hm,if you learnt C++ and opengl (or directx) , i want to help me.. please :)

    so , first i need the code because if I have the code , I can learn that.

    And I have some problems .. |:

    but thanks, Good Job !

    See you.

  • can u send codes.. i really need it for my project.

  • @sarademil i meant my topic ...not yours...

  • wow thank you :D can i get the code please

    my email:  siwakorn_tap@hotmail.co.th

  • But the games alright, I don't any ++ yet.

  • The song sucks

  • very cool game. im just a beginner with c++. i hope i'll be able to create a program like this.

  • @MissyT0763 Sure, that's not really a big deal to make something like this. You just need to have a big wish to do it and you'll definetely will do this. Good luck! :D

  • what program?

  • Nice :D +1

    Could you send me the source brah? :)

  • @ScienceArtSkate Sum41 - Scotty Doesn't Know

  • pretty good, I'd suggest making the movement more fluid than grid-based and use niftier collision detection functions to check for hitting the walls/cube. (all it would be is 2D collision between boxes, a very easy concept). I like where it is going though ^^.

  • it looks like the boxes appear in the same 4-5 places every time, why dont you use a random number instead of a spawn point the game will have much more variaty

  • Hey man. I have a professional game development team and would like to know if you want to help with the openGL game engine we are currently developing. Message me if you are interested.

    Kind Regards,

    Mendi Meyer

  • why no depth-test?

  • nice

  • how>!

  • You should tell Scotty about your new game.

  • I also programmed a whole lot on my website in PHP the day before a big test xD We are a lot alike lol

  • can u share your source code plz..

    at:

    ZaOsTeam@hotmail.com :)

  • wow! this is really nice! +1

    im just starting to learn opengl, and right now progress is slow :s could you possible send me the source code? :D

  • plz kan u sent mi source code immediately by tomorrow..its urgent!! send on deepikakikani@ymail.com

    thnks

  • plz kan u sent mi source code immediately by tomorrow..its urgent!! send on deepikakikani@ymail.com

  • could you please send the source code to kaushike@gmail.com  Thanks....

  • Can you please send me the source code... email : kaushike@gmail.com

  • A thing to change later on. You can speed up render by getting rid of Immediate mode rendering. (e.g. glBegin()/glEnd()). IT is absurdly slow. Try to use VBOs. They seem to be considered the future method of drawing.

  • the games reallllly gud .... :) can u pls send me the source code

    thank u

  • cud u share ur source code plz..

    d33pika@gmail.com

  • cud u pla share ur source code to

    d33pika@gmail.com

    thanx

  • can u share your source code plz..

    at:

    achint.akv@gmail.com

  • please send me the source!

  • ololo)

    best code ever)

  • Also, it's an easy check to see if the newly generated box is in the same position as the one you just picked up, or is touching your players tail. Looks lazy if you don't add that sort of detail.

  • @mikeyrt16

    I know about that stufft ;) I didn't have enough time to think of that problems that day .. so there are quite a few bugs .. which now are fixed :)

  • You're having some depth rendering problems there. Have you enabled GL_DEPTH_TEST in OpenGL? Apart from that, pretty cool.

  • its jus awesom!!!!!!!!!!!

    em workin on the same project!!! but..millions of bugs in mine.. :( :(

    could u pls share ur source code n save me?? ;( ;(

    my email id - liz.alex143@gmail.com

    waitin for ur mail.. :(

    *tears rollin * :D

    take care!!!

    thanx a lottt!!!! :D

  • wowww!!!!!!!

  • wowww!!!!!!!

  • aha... btw change SPAWn...

    at 2:09 "food" spawned inside u )

  • 1 thing I really didn't like

    LESS CODE!!!

    more gameplay xD

    BTW its better than NOKIA's snake )

  • Comment please ...  others oppnions , advises are very important to me :P

  • I saw too much declarations of models in code...

    but I didn't saw any moment of the game where needed so big code... Refactoring are wainting for you :)

  • @worktravelua

    Well , it is so massive because at the beginning I wanted it to have much more features than it has .. Also I had some difficulties with translations , transformations and texture mapping ... so that there are many commented parts. Also I dont know yet how to write the code in the correct way ,I mean making headers , etc)

    ( Can you give some advises ? :) )

    So I left it as it is ..because the next time I work on it will be after my exams at university .

    p.s. I'm ua too :)

  • scotty doesnt know :)

    btw nice!!!

  • @ThaMC22

    ty :)

  • EPIC homemade snake game...

    Good job keep it up!

  • @PavloDema

    thanks ;)

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more