Bad Sector
Arcane
- Joined
- Mar 25, 2012
- Messages
- 2,334
If you never programmed before i recommend making a very simple game like the one i make in this video where you walk around a grid-sized room with randomly placed stuff and try to avoid a dinosaur - in text-based only form and by entering very simple commands. You can download it from here (with code) to try it out in practice.
Of course you probably want to use something a tiny bit more modern than Turbo Pascal from 1986 :-P - Python might be a better choice and there is a nice book about introducing programming with Python by making simple games that you can read for free. Actually you may want to do the simple stuff from the book before trying to make a game like the one in the video.
Of course you probably want to use something a tiny bit more modern than Turbo Pascal from 1986 :-P - Python might be a better choice and there is a nice book about introducing programming with Python by making simple games that you can read for free. Actually you may want to do the simple stuff from the book before trying to make a game like the one in the video.