- Видео 18
- Просмотров 97 431
Ade0n
Украина
Добавлен 25 авг 2020
A student game developer and programmer :)
I accidentally released my game on Steam...
#godot #devlog #indiegame #Ade0n #indiedev
I accidentally released my first game on Steam "The Pest" with the help of the Godot game engine because I despise Unity, Unity3D and UE6 or Unreal engine 5. "The Pest" is a 2D indie puzzle platformer writtem in 11 months using the Godot game engine.
"The Pest" on Steam( There is a FREE demo and it is currently on sale at 50% discount during Steam Subber Sale 2022 ) - Wishlist now!:
store.steampowered.com/app/1823100/The_Pest/
My Patreon (Not much is there right now, but if you want to suppoirt me as a developer, I will be making constant updates on my progress and projects, maybe even some source code leaks, idk:) ):
www.patreon.com/Ade0n
My Github:...
I accidentally released my first game on Steam "The Pest" with the help of the Godot game engine because I despise Unity, Unity3D and UE6 or Unreal engine 5. "The Pest" is a 2D indie puzzle platformer writtem in 11 months using the Godot game engine.
"The Pest" on Steam( There is a FREE demo and it is currently on sale at 50% discount during Steam Subber Sale 2022 ) - Wishlist now!:
store.steampowered.com/app/1823100/The_Pest/
My Patreon (Not much is there right now, but if you want to suppoirt me as a developer, I will be making constant updates on my progress and projects, maybe even some source code leaks, idk:) ):
www.patreon.com/Ade0n
My Github:...
Просмотров: 871
Видео
Linux Mint in 7 Minutes
Просмотров 9533 года назад
#LinuxMint#Linux#Ade0n Linux Mint is often considere to be the most reliable linux distribution. In this video I take a look at a Debian Ubuntu based distribution called Linux Mint. I also talk about Linux Mint reliability and that it is a very beginner-friendly linux distribution. My Game on Steam: store.steampowered.com/app/1823100/The_Pest/ My Patreon: www.patreon.com/Ade0n My Github: github...
Endeavour OS in 7 Minutes
Просмотров 8 тыс.3 года назад
#EndeavourOS#Linux#Arch#Ade0n In this video I take a look at the Arch-based linux distribution EndeavourOS. I talk about what is EndeavourOS and why should you install it as well as my own experience of using EndeavourOS after a month of usage. Previously I talked about Garuda Linux, Manjaro and Arch Linux and linux gaming but this time it is different! This all fitted in under 7 minutes, so en...
Python Unit Testing in 10 Minutes
Просмотров 26 тыс.3 года назад
#python #unittest #Ade0n This video is about testing, unit testing and unit testing in Python. It explains what are unit tests and talks about the F.I.R.S.T principle of unit testing. By the end of this video you will be able to write your own unit tests with ease. The sources that I used: - realpython.com - realpython.com/python-testing/ - toptal.com - www.toptal.com/qa/how-to-write-testable-c...
Garuda Linux in 7 minutes
Просмотров 8 тыс.3 года назад
#Garuda#linux#Ade0n In this video I take a look at the Arch-based linux distribution Garuda Linux. I talk about what is Garuda Linux and why should you install it as well as my own experience of using Garuda linux after a month of usage. This all fitted in under 7 minutes, so enjoy! My Github: github.com/Adeon18/RUclips_templates Timestamps: 00:00 - What is Garuda Linux? 00:58 - The System 02:5...
Python Logging in 10 minutes
Просмотров 6 тыс.3 года назад
#python #logging #Ade0n This video is about logging and talks about what is logging as well as logging best practices and Python logging module. After watching this video you will understand how to properly implement logging in your program like a proffesional developer. The sources that I used: - Freecodecamp - www.freecodecamp.org/news/you-should-have-better-logging-now-fbab2f667fac/ - Codepr...
Python Progress Bars in 9 minutes
Просмотров 12 тыс.3 года назад
#python #shorts #progressbars Progress bars are an important part of the User Interface and can provide the user with the needed information about processes. Programmers also need progress bars when running a program that takes a long time to finish. There may be a bug and a program may be running infinately. You never know! But you can use Python libraries like tqdm(github.com/tqdm/tqdm) and a...
Linux File System in 3 minutes
Просмотров 3,6 тыс.3 года назад
#linux #filesystem #shorts The Entire Linux File System explained in 3 minutes. Hope you enjoy! ! CORRECTIONS ! /usr does not stand for user, it stands for unix system resources. /sys is the interface programs can use to interact with the kernel. /boot structure can vary depending on your distro /opt is for optional binaries(basically everything proprietary) Timestamps: 00:00 - Intro 00:27 - /b...
Manjaro GNOME Tutorial
Просмотров 5 тыс.4 года назад
#linux #manjaro #GNOME Manjaro GNOME tutorial. In this video I teach you how to use Manjaro and how to get comfortable with it. Also I talk about some useful software to use with Manjaro and Linux in general. I assume that you already have Manjaro installed but you do not know how to get used to it. !WARNING! In the video I talk about installing yay package manager, but by the time I made the v...
How to time your Python code
Просмотров 3,8 тыс.4 года назад
#python #timeyourcode #timeit How to time your code in python using the timeit module Timeit articles: www.geeksforgeeks.org/timeit-python-examples/ realpython.com/python-timer/ I develop a game here: ruclips.net/video/fycojyEJAU8/видео.html&ab_channel=Ade0n Music: www.purple-planet.com/sunbeam Useful links: Icons8(Icons I use): icons8.com/ Freepik, Smashicons, prettycons(Also icons): www.freep...
PEP8 or How to write beautiful code
Просмотров 19 тыс.4 года назад
#python #pep8 #black Explaining PEP8 and How to write beautiful code PEP8 articles: www.python.org/dev/peps/pep-0008/ realpython.com/python-pep8/ I develop a game here: ruclips.net/video/fycojyEJAU8/видео.html&ab_channel=Ade0n Useful links: Icons8(Icons I use): icons8.com/ Freepik, Smashicons(Also icons): www.freepik.com/ Download Python: www.python.org/ Download VsCode(The Text editor I am usi...
Python Virtual Environment Explained
Просмотров 1,4 тыс.4 года назад
#python #virtualenvironment #venv !! ATTENTION !! After making this video, I've been informed that virtual environments are rarely used for running a project on different mashines. Venv is actually more used to run different projects on one mashine as it might require different library versions installed on your computer simultaneously. For running one project on different mashines you'll need ...
Small tweaks and fixes | Game dev with Python Pygame #6
Просмотров 2524 года назад
#python #pygame #gamedev Developing a game with the Python library Pygame Current game code: github.com/Adeon18/Tile_based_game/tree/fa28249db9d5a74a58902097930686d818c59993 Part1: ruclips.net/video/fycojyEJAU8/видео.html&ab_channel=Ade0n Part2: ruclips.net/video/Ta6HWEI0Q5E/видео.html&ab_channel=Ade0n Part 3: ruclips.net/video/6_qud1rTRic/видео.html&ab_channel=Ade0n Part 4: ruclips.net/video/C...
Destructible obstacles | Game dev with Python Pygame #5
Просмотров 3634 года назад
#python #pygame #gamedev Developing a game with the Python library Pygame Current game code: github.com/Adeon18/Tile_based_game/tree/e1657c196d55cbb72fc5efc76bdba055ae0a143c Part1: ruclips.net/video/fycojyEJAU8/видео.html&ab_channel=Ade0n Part2: ruclips.net/video/Ta6HWEI0Q5E/видео.html&ab_channel=Ade0n Part 3: ruclips.net/video/6_qud1rTRic/видео.html&ab_channel=Ade0n Part 4: ruclips.net/video/C...
Limited ammo | Game dev with Python Pygame #4
Просмотров 2184 года назад
#python #pygame #gamedev Developing a game with the Python library Pygame Current game code: github.com/Adeon18/Tile_based_game/tree/a12053e59cb3f7095b9e68c12c181d2cef2299ac Part1: ruclips.net/video/fycojyEJAU8/видео.html&ab_channel=Ade0n Part2: ruclips.net/video/Ta6HWEI0Q5E/видео.html&ab_channel=Ade0n Part 3: ruclips.net/video/6_qud1rTRic/видео.html&ab_channel=Ade0n This game built from scratc...
Armour and weapon revamp | Game dev with Python Pygame #3
Просмотров 2494 года назад
Armour and weapon revamp | Game dev with Python Pygame #3
More weapons | Game dev with Python Pygame #2
Просмотров 4624 года назад
More weapons | Game dev with Python Pygame #2
Intro and plans | Game dev with Python Pygame #1
Просмотров 6314 года назад
Intro and plans | Game dev with Python Pygame #1
For the example of the excellent code, there is something that you should add. As it returns a list of strings, make the return type list[str] instead of list. Also, the progression is somewhat skewed. range(len()) is *never* good code.
how to install microsoft excel manjaro gnome? please help me
You will have to look into emulators, like Wine
No real life work example?
Very nice video! Thanks to you I jump started testing my code and it worked for me! Finally I know how to test my code! This is the first video I watched from your channel, I am subscribed, I like the way you explain things, fun and interesting. Wishing you the best, you made my day, gonna watch your other videos.
Thank you so much! Hope I can upload more soon!
Congratulations, very didactic, simple and effective presentation. Of all the videos I have seen, this is the most simple and effective. With few lines of code without classes and a lot of functions, I liked it a lot. Thanks for sharing.
Thanks! Appreciate it:)
I suggest you make a video simulating a complete pre-process using the progress bar. For example a small script that goes through a for or while loop reading a string, list, array or tuple and then show how the process is going in the taskbar. Thanks
Good video 👍
Thank you!
Web prooer loding how can we teste
Like the introduction, whoever is that anonymous he has a very good point. :)
Thank you!
Glad I could help:)
is anyone else curious what his project named 'a' is
We don’t talk about the “A” project..
@@Ade0nC0ding oh
Yeah
Maan, i laughed so much, cool montage and jokes. Congrats with release :)
Thank you! Glad that you enjoyed it!:)
Great Video!
Thanks!:)
Good keep going 👍
Thank you!
So yeah, I haven’t really been uploading due to life issues, but I hope this video makes up for it! Will try to post more often however I need ideas and feedback, so feel free to suggest ideas! :D
I have an video idea, how about a video named "What you must learn before start your first programming project" and this video is for those who really really zero and don't know anything about programming. So the video will be something like: "you must learn programming lang, virtual environments, jupyter notebook/lab, database, api, data formats, dependencies, etc" *because when I start programming idk what to learn, ppl keep saying I don't know anything and at the time idk what to do Thank you for reading .
@@rasyinggantv1717 Sorry, did not see the comment right off, for some reason, that‘s a really good video idea, definitely will consider making it!:)
I saw this exact puzzle idea in a different game
Wasn‘t it „Wobble up“?
@@Ade0nC0ding It was a game called "Big Tall Small"
@@hiii6377 Just played it for some time, very interesting how a similar mechanic can make for a completely different game, thank you for mentioning it! :)
Congratulations!!! You are the best 🍉🍉🍉
Thank you!:)
impressive, very based
Based indeed
based gentleman, bravo
Ah, yes, thank you!:)
Saw on the reddit, just subbed!
Thank you! Appreciate it:)
when is the new video coming???
Don’t know yet, but should be soon:)
truly incredible video! huge step up in quality) also, congrats on the game!
Thank you!:) Took me a long time but it was definitely worth it:)
congrats you did an awesome job!!!
Thank you!:)
I left Windows for Garuda Dr46onized Gaming release 6 month ago, it is the first distro that inspired me to take the step over to Linux. Still I consider my self a noob and a GUI user but im slowly learning commands and how to use the terminal... Now im running my pc on four screens without any issues what so ever, customized about everything possible and it looks awesome!! After detoxing from Windows software I now use only opensource software, that took me some time, it was har letting go of the programs ive learned to master... Today I manage all my needs on my Garuda system, grahpic design,gaming, banking and all officelike tasks. I can very much recomend you to try Garuda!! I only found it after trying 25+ distros and at that time was scared of leaving Windows, you will probably find everything youre looking for in Garuda!
That’s great to hear. Also quite surprised that it works well on 4 screens because a lot of desktop environments have a problem with that, but good for you!:)
@@Ade0nC0ding When booting its random which screen pops up the logging in screen (so it can be sideways or upsidedown) but after that it remebers my setup, never any issues and very easy to setup in the Garuda GUI, its actually easier then Windows to run multiple screens =)
I like that you enjoy your game
Haha, yes! :)
Thanks for videos! Good luck, countryman ✊
Thank you! Glad that I could help!
Nice content. Thanks a lot!
Thank you. Glad I could help!
great content
Thank you!:)
What kind of alive progress bar version are you using? it seems like show_bar() doesn't work anymore for version 2.4.1
This could be the case since it worked at the moment of recording the video which was a few months ago. Unfortunately, I reinstalled the OS, so I don’t remember what version I had at that time:( But thanks for mentioning it in the comments!
Nice video boss! - Will there be a follow up with the solution to the last part?
Thank you! As for the follow up, I don’t think so, the function is pretty simple, identify it’s key features and try to do it yourself!:)
I actually tried Linux LXDE 4. I never was comfortable with Debian OS. However, Linux Mint and LXDE are solid. LXDE 4 Debian work in solid performance and no messing around. Put it on your unit and it works right at sign up.
That’s awesome!
I wish it was Debian based it's a great distro
I mean, for this heavy of a distro that would probably be a good idea
1:00 lol..i like that OK then ... I'm a Garuda fan! u just introduced me to some other versions i can try out!!
Glad that I could help! :)
Thanks man i was trying to understand it a lot,but you made it for me. Please do not stop to upload these kind of video
That’s great to hear! Glad that I could help:)
you make bad videos
Linux Mint is the best distro for most people. It has Debian's package management but no Snaps from Ubuntu trying to take over Linux. Great for Linux beginners.
Agreed! This is definitely one of the better distros to switch windows users to:)
Great video I run mint baremetal I love it
That’s awesome!
Sorry for being offline for this long:) Big stuff coming to the channel very soon! As always, everything is in the description:)
Thanks for the nice tutorial. What's the terminal you are using?
This is the fish shell, its default in garuda linux. But I switched to zsh soon after making this video:)
@@Ade0nC0ding thanks for the prompt reply. I use starship, but yours looked appealing too 😊
helped a lot thanks
You are welcome! :)
i have a questing how to move or copy multiple file or dir to another dir
I mean, depends on how you want to do it. You can work with the cp command in the shell, or use ctrl + click in the file manager to select multiple files/folders and then copy them :)
your video is great
Thank you!
So much is missing that I don't even know exactly what is missing, just nothing works at all. i call this one CrapOs
I like archcraft, is like, almost pure arch, and no useless stuff like desktop enviroments Edit: It actually has 1062 packages according to distrowatch lol, it maybe is outdated but still, if endeavour os pleased me more aesthetically I think I would change lol, but Openbox + Rofi + Plank + Polybar is perfect to me lol
Well, if you don’t use any DEs, there is surely no point in the eos installer feature. :)
Lol this feels like ages ago, I'm now on pure arch (stole some themes from archcraft lol)
@@Zac8668 Thats great to hear! I also use Arch + bspwm now as my main workflow:)
just improve your accent (and intonation as well) please, or at least try to. if you can speak 95% of Za worZ rigZ you can maybe Zo Ze oZer 5 perZent. probably good conZent. buZ I kuZnt watch any longer Zan 2:53 miiiiiiiiiniZ :(
wow.
Hmm very informative video what I was looking for something that yo compare Manjaro - Garuda - Endeavour Thanks. Resources usage data would be extra helping for us though. You may add ro your next videos.
Having used all 3, I would recommend endeavourOS as it is the least likely to break and quite reliable:)
Good review
Thank you! :)
nice video,
Thank you! :)
There are probably more cases when the formatter may make mistakes, but I don't think preferring double quotes over single quotes is bad. Isn't that personal preference?
I mean, it is, but in other languages single quotes are completely different from double. So using double quotes is a good practice if you don‘t want to have problems learning other languages like C.
There's no need to use double quotes over single quotes unless you use hyperlinks or escape symbols.
Simple explaination I like it, thank you
Thank you!
For me /bin /sbin and /lib are in /usr and in the root I have symlinks to that
Yep, for most systems that’s true.