EASY Health Bars for BEGINNERS - Python ASCII Tutorial

  Рет қаралды 4,750

Ork Slayer Gamedev

Ork Slayer Gamedev

Күн бұрын

Пікірлер: 26
@knut-olaihelgesen3608
@knut-olaihelgesen3608 Жыл бұрын
Here is how to fix the problem where it prints weird color codes: 1) import os 2) os.system("")
@orkslayergamedev
@orkslayergamedev Жыл бұрын
Indeed! Thanks for the fix! 🙏🏻
@samanthapennington4232
@samanthapennington4232 Ай бұрын
This is a great tutorial. I did this with my class they liked it as well.
@relytheone853
@relytheone853 10 ай бұрын
Your tutorial is pure gold!
@orkslayergamedev
@orkslayergamedev 10 ай бұрын
Thank you very much, I really appreciate it! 🙏🏻
@TheHairyCommentaries
@TheHairyCommentaries Жыл бұрын
Just started learning python. Best Tutorials! Keep it up bro!
@orkslayergamedev
@orkslayergamedev Жыл бұрын
Thank you for your kind words! Good luck with learning Python, hope to see you around! 🐍🙌🏻
@geekbeanqs7953
@geekbeanqs7953 Жыл бұрын
Learned a lot from this, thanks you. Hope you continue making videos. Great editing and good choice of video length.
@orkslayergamedev
@orkslayergamedev Жыл бұрын
Thanks for leaving a feedback, I really appreciate it! 🙏🏻 I'll keep coming up with various content and tutorials about smaller games and features made with Python / Pygame.
@GamingGuruImMortaL
@GamingGuruImMortaL Жыл бұрын
Really liked the editing, it's definitely a level up from all the previous videos🥳
@orkslayergamedev
@orkslayergamedev Жыл бұрын
Thank you! 😁 I revisited my older tutorials before this one and they looked very unprofessional... I'm happy that the difference is noticeable now!
@8-bite393
@8-bite393 11 ай бұрын
Another like is out! I am learning to use python and your videos helps me a lot. Pls more of these kind of vids! Thx 🙏
@orkslayergamedev
@orkslayergamedev 11 ай бұрын
Thank you very much! New videos coming soon 🙌 The upcoming ones include particles ✨ with Pygame and random map generation 🗺️ with both ASCII and and Pygame graphics. Hope you'll find these ones useful!
@jogalysyndrone1316
@jogalysyndrone1316 Жыл бұрын
love your game tutorial series!! also, do you by any chance have your bane of orks source code? there was a lot of features that were there that i wanted to replicate but couldn't because of my limited python knowledge. thanks again!!
@orkslayergamedev
@orkslayergamedev Жыл бұрын
Thank you very much! 🙏🏻 I'm not sure if I can get access to my older codes yet - thanks to moving twice and having my main pc gather dust in the basement - but I'll try to look it up 🤞🏻 Until that feel free to drop any question about the features if you'd like :)
@jogalysyndrone1316
@jogalysyndrone1316 Жыл бұрын
@@orkslayergamedev Okay! the main feature i wanted to integrate in my game was having a map with a movable character. in your game, the character is marked by a red X and is responsive when you move through areas. thats the main feature i wanted to add but couldnt :(
@orkslayergamedev
@orkslayergamedev Жыл бұрын
​@@jogalysyndrone1316 No problem, mate! I couldn't find my Bane of Orks script so I replicated the feature in a minimalistic project. Feel free to use it and lmk if you have any questions :) github.com/orkslayergamedev/2d-map-movement
@jogalysyndrone1316
@jogalysyndrone1316 Жыл бұрын
@@orkslayergamedev thank you so much. this makes me extremely happy because i love creating small ascii games for my friends to play. i have one small question though. how come the functions has a "-> none:"? I remember in your game tutorial that that was unnecesarry. just curious, my python knowledge isnt very good. thanks again!!
@orkslayergamedev
@orkslayergamedev Жыл бұрын
@@jogalysyndrone1316 Your welcome! I'm happy to hear this :) And you're right, giving type hints for arguments and return values are not required at all, codes can run without them just as fine. Although I find it better to indicate them, as it makes code more readable and reduces the chance of bugs. If you use code checkers, they can warn you if the argument you give as inputs or the returned values have different types than expected. So, if the function returns nothing, we can indicate it with -> None. That's it :)
@sh_4016
@sh_4016 Жыл бұрын
The intro was really smooth but the style doesn't really fit your avatar, what i ment: you could try some other intro that has the same style as the background of your pfp. Just a quick feedback from me👍 have a nice day
@orkslayergamedev
@orkslayergamedev Жыл бұрын
Hey, thanks a lot for the detailed feedback! My friend also told me that it was the smoothest intro of mine. I'm still experimenting, maybe one day I find a really good intro that totally fits the theme. Thanks again, you too have a nice day!
@JasperPloum
@JasperPloum 6 ай бұрын
here is the full bar icon he used █
@Deva15688
@Deva15688 7 ай бұрын
how can I do the symbol?
@orkslayergamedev
@orkslayergamedev 7 ай бұрын
On windows you can hold left Alt and type a number on the numpad to get any symbol from the ASCII table. Here you can find all: theasciicode.com.ar Although for me it's faster to just copy-paste from this site :)
@dieginin
@dieginin 9 ай бұрын
whats the ide you’re using?
@orkslayergamedev
@orkslayergamedev 8 ай бұрын
I'm using PyCharm for about 4 years now and I can bravely recommend it! 🚀
Learn Python Classes With a Text-Based Battle - OOP Tutorial
15:25
Ork Slayer Gamedev
Рет қаралды 155 М.
Build a Realtime Chat App in React Native (tutorial for beginners) 🔴
3:49:50
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 124 МЛН
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 16 МЛН
Dynamic Battles With RNG - Python ASCII Tutorial #2
24:03
Ork Slayer Gamedev
Рет қаралды 2,2 М.
Same Roguelike in Two Different Styles - Python ASCII vs Pygame
8:31
Ork Slayer Gamedev
Рет қаралды 6 М.
C++ Developer Learns Python
9:26
PolyMars
Рет қаралды 2,7 МЛН
How To Use List Comprehension In Python
6:41
Taylor's Software
Рет қаралды 9 М.
Python ASCII RPG Tutorial #1 (Basics, Main Menu, Saving)
7:07
Ork Slayer Gamedev
Рет қаралды 28 М.
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Progress Bars in Python Terminal
11:54
NeuralNine
Рет қаралды 103 М.
C++ vs Rust: which is faster?
21:15
fasterthanlime
Рет қаралды 397 М.
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 124 МЛН