I will teach you how to make games in your terminal 👾

  Рет қаралды 13,034

Tom on the Internet

Tom on the Internet

Күн бұрын

Пікірлер: 43
@jefferymuter4659
@jefferymuter4659 5 ай бұрын
This was awesome. I'm making a terminal game in Go atm. An AR game where you reveal locations in the game by progressing through the story. Speaking to your workers, having them visit places for you, and over time they may tell you dialogue that reveals an irl location that you have to visit to even know about. The NPC just says 'far to the north'. How far? Go find out. Its just mostly north. Good luck finding it lol. But finding it does reveal lore, art, and much more than you get from your workers that farm resources for you. I hope it'll create a small niche of people who have to work together, travel, and create bases so their workers have a chance to reveal story that might reveal a location no one has discovered... The Dark Souls of AR RPG is my goal.
@samuraijosh1595
@samuraijosh1595 5 ай бұрын
where can i see your game?
@jefferymuter4659
@jefferymuter4659 5 ай бұрын
@@samuraijosh1595 Here's the discord for Golang Game Developers. discord.gg/fhDnKr2Q I can share there. I think KZbin is being weird about me commenting the github repo. Happy to check out anything you're building too. Such a fun genre.
@pedropesserl
@pedropesserl 2 жыл бұрын
cool! all the other videos I've seen for making games in the terminal used some kind of library, but I think it's way cooler to know how to do it from scratch!
@odb7393
@odb7393 2 ай бұрын
Incredible video, dude 😁 Thanks!
@nodlac
@nodlac 3 күн бұрын
Thanks! I've been watching primagen's game development videos and had the insane desire to start learning vim by building an ASCII game for my kids. This video was a perfect kick start to the project.
@tomontheinternet
@tomontheinternet 3 күн бұрын
Good luck!!
@farzadmf
@farzadmf 2 жыл бұрын
Very nice video, enjoyed watching it. I've used libraries in Go to do TUIs and stuff, but this was also very informative
@KyraKrassenburg
@KyraKrassenburg Жыл бұрын
great video!! you explained it really well and made it so easy to understand
@sylvaniathehacker
@sylvaniathehacker 2 жыл бұрын
Dude, just subbed. Thanks for the video.
@tomontheinternet
@tomontheinternet 2 жыл бұрын
Welcome! Makes me so happy that there are other people out there who care about this stuff.
@wtfdoiputhere
@wtfdoiputhere 2 жыл бұрын
fun video gorgeous linux setup great audio quality gradual explanation
@Mraeth8n
@Mraeth8n 3 ай бұрын
Awesome tutorial!
@WomboBraker
@WomboBraker 2 жыл бұрын
Thank you man, this was so interesting and helpful!
@exismys
@exismys 5 ай бұрын
Thank you. Someone talking about the fundamentals :)
@nelsonmacy1010
@nelsonmacy1010 2 жыл бұрын
Wow! This is fabulous. I was using bpython and it does windowing and menus in a terminal. Now I sort of get what is going on. Maybe you could do a video on windowing and menus for autocomplete! THANKS
@sandcurves
@sandcurves 5 ай бұрын
Wow, so cool!
@parabolaaa
@parabolaaa Жыл бұрын
hey! this is such a good video! i only have a question though: what neovim plugin do you use to display columns showing which bracket is associated with what?
@parabolaaa
@parabolaaa Жыл бұрын
its indent-blankline.nvim!
@parabolaaa
@parabolaaa Жыл бұрын
oh, thanks, parabola!
@adityapradhan675
@adityapradhan675 10 ай бұрын
Hahaha
@MrSandshadow
@MrSandshadow Жыл бұрын
That's pretty nice , but you dont "render in place" - if you know what I mean. Do you intend to improve you game in some point in time?
@KaletheQuick
@KaletheQuick Жыл бұрын
Oh i thought we were gonna find out how to get a graphics card rendering without a desktop environment.
@maryduneau4132
@maryduneau4132 6 ай бұрын
Very nice
@codexed-i
@codexed-i Жыл бұрын
Now i'm doing it in my 32-bit kernel (no graphics mode yet)
@smalinux
@smalinux 2 жыл бұрын
Nice! Thanks :)
@Meaticus22
@Meaticus22 Жыл бұрын
Tom do you need homebrew in order to make simple ascii games?
@tomontheinternet
@tomontheinternet Жыл бұрын
No! Definitely not!
@SNSISNSJISEJSJS
@SNSISNSJISEJSJS Жыл бұрын
What terminal do you use ?
@theo_thewhale
@theo_thewhale 2 жыл бұрын
very cool
@Fullflexno
@Fullflexno Жыл бұрын
Super cool🫶✨
@juansebastiancastanedaburb3625
@juansebastiancastanedaburb3625 Жыл бұрын
i really liked the video, do you know any way to make it in deno
@tomontheinternet
@tomontheinternet Жыл бұрын
Fundamentally it should be exactly the same. The application needs to write the correct escape sequences and the terminal emulator will do the rest. Good luck with that project!
@juansebastiancastanedaburb3625
@juansebastiancastanedaburb3625 Жыл бұрын
​@@tomontheinternet i was trying, but i dont figure it out how to receive the keypress without stopping the screen in deno
@juansebastiancastanedaburb3625
@juansebastiancastanedaburb3625 Жыл бұрын
anyway thank you
@SNSISNSJISEJSJS
@SNSISNSJISEJSJS Жыл бұрын
Can you pls make a bash script with ASCII chars snake game same thing you did using go script but in bash possible ? I have subed you and I will wait for your new video on making snake game in bash with ASCII characters
@tomontheinternet
@tomontheinternet Жыл бұрын
Yes
@SNSISNSJISEJSJS
@SNSISNSJISEJSJS Жыл бұрын
@@tomontheinternet when will we see the video ? Btw I'm a big fan of your work and I do appreciate the things you do for making us satisfaction and etc. etc. I respect you 🙂
@SNSISNSJISEJSJS
@SNSISNSJISEJSJS Жыл бұрын
​@@tomontheinternethello again from long time um is it possible to make a ray-caster using bash ?
@vaisakh_km
@vaisakh_km Жыл бұрын
but using Ncursors would be much more easier....
@catfan5618
@catfan5618 3 ай бұрын
Ncurses is not cross platform which he explicitly mentioned that he wanted.
@vaisakh_km
@vaisakh_km 3 ай бұрын
@@catfan5618 ho i didn't know that.. too bad
Building Video Games For The Linux Terminal
18:09
RobertElderSoftware
Рет қаралды 19 М.
Writing a game the hard way - from scratch using C. #1
34:20
NCOT Technology
Рет қаралды 185 М.
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 11 МЛН
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 19 МЛН
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33
Creative Justice at the Checkout: Bananas and Eggs Showdown #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 33 МЛН
Coding Challenge 166: ASCII Text Images
22:42
The Coding Train
Рет қаралды 1,1 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 734 М.
Shell Tricks to Save Time in Linux
10:42
Mental Outlaw
Рет қаралды 44 М.
ASCII Renderer | Useless Game Dev
8:30
Useless Game Dev
Рет қаралды 89 М.
TERMINAL GAME ENGINE! // Code Review
23:59
The Cherno
Рет қаралды 75 М.
Making a Game With C++ and SDL2
8:14
PolyMars
Рет қаралды 1,7 МЛН
Transform Your Scripts With Bash Simple Curses
16:15
DistroTube
Рет қаралды 111 М.
What does a Game Engine actually do?
16:45
Ellie Rasmussen
Рет қаралды 168 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 1 МЛН
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 11 МЛН