News: Read the
RULES
before posting.
1 Hour
1 Day
1 Week
1 Month
Forever
November 23, 2024, 09:49:15 AM
Temple of The Roguelike Forums
»
Announcements
»
Traditional Roguelikes (Turn Based)
»
[video guide] Roglik - coffeebreak roguelike for C language tutorial purposes
Home
Help
Search
Login
Register
« previous
next »
Print
Pages: [
1
]
Author
Topic: [video guide] Roglik - coffeebreak roguelike for C language tutorial purposes (Read 5929 times)
tangar
Rogueliker
Posts: 401
Karma: +0/-0
[video guide] Roglik - coffeebreak roguelike for C language tutorial purposes
«
on:
November 23, 2022, 06:41:16 PM »
Hello! I've made C language roguelike-tutorial at my YT channel:
https://youtube.com/ITPhD
Initially I've made just a template of roguelike game, but at the end I've decided to make it more playable and added a bit more features on top.. so now it's a tiny game
I called it 'Roglik' as it's very simple.
Source code (+ binary for Windows):
https://github.com/igroglaz/roglik
Roglik is the game in public domain, no credits, copyrights etc. Enjoy!
Now.. There are detailed video lessons - how such game could be written with a full explanation:
0)
https://youtu.be/mQy6ajEqEK0
- most basic tutorial.. how to make basic rlg template with Conio.h . Might be useful for beginners who don't know how to begin..
1)
https://youtu.be/u4RQSbiCGL8
- we move to NCurses and implement basic movement
2)
https://youtu.be/diOuFclVlY0
- we make room and walls
3)
https://youtu.be/0TzUzB_S-bs
- random generation of character and room
4)
https://youtu.be/EECRMExOhxQ
- generate NPC and random rooms
5)
https://youtu.be/htNYvlz6aVc
- switching to PDCurses and make proper room generation
6)
https://youtu.be/cjcK1-y628g
- create corridors in dungeon
7)
https://youtu.be/1Eev0pNhmpE
- C language structures for monsters
https://youtu.be/cLMOhvdS8cU
- staircases and event messages
9)
https://youtu.be/lD1oVG96j44
- monsters diversity (adding moar monster's types)
10)
https://youtu.be/9c5b0ypewkg
- simple AI of monsters. Movement and attack
Playlist with all these vids:
https://www.youtube.com/playlist?list=PLm4uLihLZ5Ww6jW7CebZpLppLSGS_IZhO
In case if you need basics of C language (as roguelike tutorial assumes that you know some minimum), there is also a full C language playlist where I explain stuff from scratch:
https://www.youtube.com/playlist?list=PLm4uLihLZ5WwAVKysXIfENsYLcqxNLjbt
Cheers!
Logged
http://youtube.com/GameGlaz
— streams in English //
http://youtube.com/StreamGuild
— streams in Russian
My chars
@ angband.oook.cz
Print
Pages: [
1
]
« previous
next »
Temple of The Roguelike Forums
»
Announcements
»
Traditional Roguelikes (Turn Based)
»
[video guide] Roglik - coffeebreak roguelike for C language tutorial purposes