Тёмный

My C++ text based game (TextDungeons) 

Tilen Berlak
Подписаться 43
Просмотров 20 тыс.
50% 1

Here is a game i'm currently working on.
I will post a download link and source code when it's finished.

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@tilenberlak5096
@tilenberlak5096 Год назад
Edit 2023: I never finished the game but it works just like in the video. Link to source code: github.com/TilenBerlak/TextBasedGame.git
@MistereXMachina
@MistereXMachina Год назад
I literally found this video today, and you just posted an update 3 hours ago. Insane timing.
@g1umb
@g1umb Год назад
@@MistereXMachina Wow yeah updated 3 days ago thats wild. What an adventure.
@madman3236
@madman3236 4 года назад
Love the keyboard sound. And I don't know why🔊❤️
@TheMrSalamandre
@TheMrSalamandre Год назад
Hi RandomNoob, and welcome to Jurrasic Park. Nice work, remind me lessons in C.
@rishabhchaudhary7251
@rishabhchaudhary7251 5 лет назад
Dude when you gonna upload the code!! Eagerly waiting for it dude I want some references ^_^ Please help me out with this
@megageek97
@megageek97 7 лет назад
Is it possible to get the source code even though you think it is bad? I am a noob at programming and would like to learn from the code :)
@xternalmega
@xternalmega 7 лет назад
how do you get it to look like this instead of in the command terminal?
@chiptune4ever43
@chiptune4ever43 4 года назад
Dont worry if ur code was so shitti, the important part is that it looks amazing i hope your other project turn out amazing good luck
@tizian2595
@tizian2595 6 лет назад
Cool :D I like C++
@zontler
@zontler Год назад
still waiting for the code after 8 years
@tilenberlak5096
@tilenberlak5096 Год назад
Here you go buddy, today is your lucky day. 🥳 github.com/TilenBerlak/TextBasedGame.git
@zontler
@zontler Год назад
ty
@criticalcompoud6122
@criticalcompoud6122 7 лет назад
hi tilen, I would like to know how you made the text pause for a certain amount of time before resuming. thx
@thenieznany
@thenieznany 6 лет назад
Hello! I'm also programming in C++. That's a good game :) Can you post link to download it? And second question: Do you have Discord account?
@bathree_pogromca
@bathree_pogromca 2 года назад
ziomek jesteś nieznany
@thenieznany
@thenieznany 2 года назад
@@bathree_pogromca tak
@bathree_pogromca
@bathree_pogromca 2 года назад
co powiesz na zrobienie razem tej gru
@mrsparklepants5636
@mrsparklepants5636 8 лет назад
wow I am working on something like it on notepad
@elms99
@elms99 6 лет назад
Would you be able to help me out in creating a console based game like the one shown in this video.
@michaelvorschneider2972
@michaelvorschneider2972 6 лет назад
How did you do that the previous page dissapear?
@kimjong-un8543
@kimjong-un8543 6 лет назад
system ("CLS");
@Dante3085
@Dante3085 7 лет назад
Does anyone know how to erase specific portions of text in the console?
@thecrazyinstitute1680
@thecrazyinstitute1680 4 года назад
system("cls");
@theeyenzier8190
@theeyenzier8190 3 года назад
how do you make the console look like this
@OpOp-rl9wb
@OpOp-rl9wb 7 лет назад
Sup my m8, I would like to hear if some of my peers and I would be able to get the source code for the project, because we are making a text based game, and have no previous knowledge about how to start.
@kimjong-un8543
@kimjong-un8543 6 лет назад
Op Op I dont really know if you still care but if you want you can add me on discord and ill help you. Are you interested?
@oliver258
@oliver258 5 лет назад
@@kimjong-un8543 Do you know how to make a game like this?
@kimjong-un8543
@kimjong-un8543 5 лет назад
@@oliver258 Yes I do.
@oliver258
@oliver258 5 лет назад
@@kimjong-un8543 Could you possibly help me make one like this? I got discord
@kimjong-un8543
@kimjong-un8543 5 лет назад
@@oliver258 Sure! However discord doesn't work for me, maybe we can use something else?
@wholivesinapineapple
@wholivesinapineapple 2 года назад
is it done yet?
@taniasajjad2219
@taniasajjad2219 5 лет назад
Can you please share the code it would be a really good help for my project that I am currently doing Pleaseeeeeeeeeeee :)
@ChaoCheesePie
@ChaoCheesePie 8 лет назад
Hey! don't know if you would reply me or not but whatever, can you tell me how you go back to the menu? example when you goto the help menu how do u go back?
@tilenberlak5096
@tilenberlak5096 8 лет назад
That is a good question! The menu and the other components of the game are made with functions. Everything you see displayed in the menu is stored in a single function that firstly clears all the previously displayed text before it displays the menu itself. To clear the command window I used a function system("cls") which is a part of the stdlib library. When I opened the credits at 0:07 the game called a function system("cls") and then displayed the credits using the basic output function. When I pressed a random key the game called a function that displays the menu the same way the credits function did. It may look like I go back to the menu but in reality the game just clears the command window and display the new menu. I hope this answers your question.
@ChaoCheesePie
@ChaoCheesePie 8 лет назад
Hey! I don't really understand what you mean but could you try to add some adjustments to my code? // ConsoleApplication4.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include using namespace std; int main() { //CountryA Properties float CountryAHealth = 10; //CountryB Properties float CountryBHealth = 10; //CountryC Properties float CountryCHealth = 10; //PlayerCountry int PlayerCountry; //Main Game cout
@ChaoCheesePie
@ChaoCheesePie 8 лет назад
like how do i add the back button
@antoniot9209
@antoniot9209 4 года назад
give e the text its very important i need that for school pls !!!
@leonardobrocchi7313
@leonardobrocchi7313 7 лет назад
how did you make the press any key to continue moments?
@PedroPaulo-ph1hd
@PedroPaulo-ph1hd 7 лет назад
Use the getchar(); or system("pause"); function at the end of the line. They will help :)
@bonzibuddy8925
@bonzibuddy8925 8 лет назад
ever finish it?
@tilenberlak5096
@tilenberlak5096 8 лет назад
Hey sorry for such a late reply. Well I did some improvements after I made this video but I soon realised that the code I wrote was actually really bad so I decided to work on some other projects. I don't think sharing a bad code with others is a good idea. I will post more content in the upcoming weeks.
@Wolfenrahd
@Wolfenrahd 8 лет назад
+Tilen Berlak Have you posted the code? I'd like to take a look at it.
@Me-ih2px
@Me-ih2px 7 лет назад
we will appreciate it very much believe us. :D
Далее
The past, present, and future of Interactive fiction
20:17
iPhone 16 & beats 📦
00:30
Просмотров 118 тыс.
У КОТЕНКА ПРОБЛЕМА?#cat
00:18
Просмотров 745 тыс.
How to win a argument
9:28
Просмотров 582 тыс.
Can Windows XP Run Minecraft 1 21?
44:40
Просмотров 855 тыс.
C++ Text RPG part # 1 - Start a Program and Game Loop
11:15
Text Based Dungeon Game in Python | Coding Tutorial
11:21
SanctuaryRPG - (Classic Text Adventure Game)
23:36
Просмотров 67 тыс.
C++ console game
6:36
Просмотров 497 тыс.
C# Tutorial Text-Based Adventure Ep1: Getting Started!
1:01:03
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 716 тыс.