Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not an Issue, Need guidance #2

Closed
crizmo opened this issue Oct 30, 2023 · 4 comments
Closed

Not an Issue, Need guidance #2

crizmo opened this issue Oct 30, 2023 · 4 comments
Labels
question Further information is requested

Comments

@crizmo
Copy link

crizmo commented Oct 30, 2023

I want to learn game development, ( wish to make something like this strategy game).
Tho i don't know how i should go about it
If you don't mind can you guide me though. Like what i should do / how i should learn ?

Thanks !

@finnbear
Copy link
Member

finnbear commented Oct 30, 2023

Hi there!

Before learning how to develop a game, start a list of game ideas. Whenever you think of a new idea, put it on the list. By the time you learn how to develop a game, you'll have a lot of ideas to choose from.

Then, I personally recommend the following steps to advance your programming abilities:

  1. Become proficient in scratch.mit.edu (covers sprites, game loops, animations without difficult graphics code. may take a few weeks.)
  2. Make a text-based game in Java or C# (covers simple programming concepts. may take a few weeks.) based on your GitHub profile, you can skip this step
  3. Make a visual game with Javascript & HTML5 canvas (covers web programming, graphics. may take a few weeks.)
  4. Watch programming and game design tutorials on YouTube i.e. for inspiration
  5. Pick a graphics/game framework or game engine and learn it. Options include Three.js, Unity, pixi.js, etc.
  6. If applicable, research hosting options such as static website hosting or cloud servers and protocols such as WebSockets. Experiment with a simple client-server chat app (examples of that are available for nearly every protocol)
  7. Start putting the pieces together to make a simple game that works (may take a few months)
  8. If you enjoy the above, and are a student, consider enrolling in computer science (or adjacent engineering/art) courses if applicable (may take a few years)
  9. Keep making more projects, each progressively more significant (can repeat this as long as you like)

Making a game usually requires art, which you can either create yourself ("programmer art"), use placeholders from the internet (may have legal implications if you ever release), or pay someone else to create (e.g. fiverr.com). To give you an idea, we create most of our own art, with the exception of certain logos, material textures, and all background music.

If this is something you want to do, I also recommend searching for advice from others. My advice is limited by my own experiences.

@finnbear finnbear added the question Further information is requested label Oct 30, 2023
@crizmo
Copy link
Author

crizmo commented Oct 30, 2023

Thanks a lot !
I'm almost done with my bachelors and will be moving to masters. [ in cs ]
Pretty confident with my overall js knowledge but have never made a game before with it.
Ill keep all that in mind !

Also do u suggest working on game with js or learning rust or a proper oop language ?

@finnbear
Copy link
Member

Your first games should be in a language or platform you are comfortable with. I don't recommend OOP for the sake of OOP but it can get you started (and you'll almost certainly use it for the frontend). Rust is good if you have a successful game and want to spend a year making it slightly faster, more reliable, and more maintainable 😉

@crizmo
Copy link
Author

crizmo commented Oct 30, 2023

Alrighty , Thanks !

@crizmo crizmo closed this as completed Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants