Jump to content

I'm new to the whole (game) programming scene. I've only ever made a few games in turing that were text based. 

 

I want to remake the snake game, but I'm not sure which language to use. 

 

After I make Snake I will most likely attempt pong and/or asteroids etc.

 

Please give some suggestions :)

 

Link to comment
https://linustechtips.com/topic/39059-snake-game-language/
Share on other sites

Link to post
Share on other sites

If you know any java you might want to use swing. It's does not have a lot of performance on it's side but will be okay for something like snake. For something like snake it will be pretty simple as there are virtually no physics involved. 

Here is a great place that teaches some of the stuff you will have to know if you wanna use swing. 

http://zetcode.com/tutorials/javagamestutorial/basics/ 

Keep us updated?

Link to comment
https://linustechtips.com/topic/39059-snake-game-language/#findComment-504871
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×