Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. Hi.@magurp244, thanks, but I give up.This stuff is way to hard for me.I'll sort my folder without a program, it will take longer but at least I know what I'm doing with that. URL: https://forum.audiogames.net/post/513122

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. IDE's like Notepad++ are fine if setup properly, but you can also run scripts on the command line (or power shell I guess), by typing "python yourscript.py" as well, assuming you've setup your paths correctly when

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. Hi.I knew I'd give up but ga! I don't get this...I press f5 to run the program in notepad++, I find the program, then I run it and it just opens the notepad++ window, even if I put the sleep.time to 100.This programming

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : magurp244 via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. This particular topic should probably be in the developer section, but having said that...The time library is unnecessary when doing raw_input, it will wait for input all on its own. That, and raw_input isn't in Python 3, just

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. Hi.This is put together from what I learnt, and it doesn't work.Well, it does butthe the press any key part doesn't.I've obviously done something wrong but I don't know what it is.start of script:import timeprint("hello

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. I am.hello world first, then I'm going to try some file stuff.I've downloaded notepad++, I probably won't get very far with this but I'm at least trying and if I don't; I'll have a lot of folder sorting to do today but I don't

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : Liam via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. My advice is start simple. Don't bite of more than you can chew becuase you'll end up getting discouraged. It's kind of like saying. Well Gee. I wanna learn spanish and I plan on giving a 45-minute speech after a few days

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. Hi.@liam, don't worry, I don't want know one to write it for me, I want to write it for myself.I'll probably end up giving up but I'm going to try my best.I'm googleing and learning as I go, thonny isn't accessible so I'm

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : Liam via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. Brad. I would write this for you, but I don't do free work anymore. I've been burned one too many times. I apologize for that. URL: https://forum.audiogames.net/post/513109/#p513109 -- Audiogames-reflector mailing list

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. Hi.@liam, i'll check out python then.I'm assuming I'd have to download it but then what would you say is a good tutorial for what I want?I need away for the program to scan each file and check for the words author, then new

Re: I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : Liam via Audiogames-reflector
Re: I'd like to make a program and have no idea where to begin. I feel like Python for file operations might be the most straight forward. if you are brand new at programming c++ might blow your mind.What you want is actually not complex from a coding stand point, but I suppose

I'd like to make a program and have no idea where to begin.

2020-03-27 Thread AudioGames . net Forum — Off-topic room : brad via Audiogames-reflector
I'd like to make a program and have no idea where to begin. Hi.I'm knew at programming and would need to read up on it but I have an idea for a program so would like to work on it.I think it might be easier if it's a command line program.The problem is this; I have a folder of Harry Potter

Re: Where to begin?

2019-09-14 Thread AudioGames . net Forum — Developers room : Jaidon . vinnie_ware via Audiogames-reflector
Re: Where to begin? I'm going to scrap this project, for now. URL: https://forum.audiogames.net/post/461971/#p461971 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Where to begin?

2019-09-14 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Where to begin? I am going to exude extreme patience here and say... "Start smaller!" the code you have just posted illustrates that you haven't even tried to follow my advice and read through the class tutorial carefully. For example, did you know that your code is declarin

Re: Where to begin?

2019-09-14 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Where to begin? I am going to exude extreme patience here and say... "Start smaller!" the code you have just posted illustrates that you haven't even tried to follow my advice and read through the class tutorial carefully. For example, did you know that your code is declarin

Re: Where to begin?

2019-09-14 Thread AudioGames . net Forum — Developers room : Jaidon . vinnie_ware via Audiogames-reflector
Re: Where to begin? OK. Here's what i got:#include"dynamic_menu.bgt"#include"dlg.bgt"#include"sound_pool.bgt"#include"fadepool.bgt"#include"form.bgt"#include"finance.bgt"void main(){if(is_admin()){alert("Congratulations"

Re: Where to begin?

2019-09-11 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Where to begin? Well, one approach to making multiple levels is to have multiple loops, i.e...void level1_loop() { while (true) { playerloop(); //playerloop should handle all the keys pressed and should call any other functions necessary for the player to operate. }//cl }//cf void

Re: Where to begin?

2019-09-11 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: Where to begin? with your clock question, just use a timer. And yeah, fair enough, use what you will. URL: https://forum.audiogames.net/post/461112/#p461112 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: Where to begin?

2019-09-10 Thread AudioGames . net Forum — Developers room : Jaidon . vinnie_ware via Audiogames-reflector
Re: Where to begin? So, i have 2 questions. Well, question is a subset of question 1. 1. How do you declare classes. I know intigers,  etc, but how do u create classes?1B. How do you make levels. Like for instance, my game BSB, Back Street Brawlers, i want it to have different levels

Re: Where to begin?

2019-09-10 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Where to begin? @10, check your PM's URL: https://forum.audiogames.net/post/460894/#p460894 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Where to begin?

2019-09-10 Thread AudioGames . net Forum — Developers room : Jaidon . vinnie_ware via Audiogames-reflector
Re: Where to begin? @Ashley, Red Fox and Ty, thanks for the hellp. And Rory, i mean, thanks for your input, but i want more solid facts as to why it is the best programming language. I need facts. You can have your own opinion, but not your own fact. URL: https://forum.audiogames.net/post

Re: Where to begin?

2019-09-10 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Where to begin? you can also do what redfox does.For example since i know my game is going to need menu's, i know i have to make a menu class. since i know i am going to need selling and purchasing in my game that i am making now, i will need a player class, so i make 1.and lastly

Re: Where to begin?

2019-09-10 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
Re: Where to begin? What I do is write down ideas like Ashley, then create my hole folder hierarchy for my game, then make the main script and set up any initializing script if I want to have a seperate script for vars and imports, sorry, includes, then I just write a bunch of variables

Re: Where to begin?

2019-09-10 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Where to begin? Yeah, but it costs lots of money, and that's also your oppinion, if he wants to use bgt, let him. URL: https://forum.audiogames.net/post/460873/#p460873 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Where to begin?

2019-09-10 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: Where to begin? use pure basic, its the best programming language, no questioning it. URL: https://forum.audiogames.net/post/460800/#p460800 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: Where to begin?

2019-09-09 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: Where to begin? Just ask if you need any help.You will most probably start off with the game ideas.What i am doing with my coffee shop game, is create an ideas.txt file, type all the ideas i have, and work from there.Don't worry about bgt, every one has there different programming

Re: Where to begin?

2019-09-09 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Where to begin? There's nothing really unfortinate about bgt, accept that it's no longer updated. and still, what's holding you back? URL: https://forum.audiogames.net/post/460788/#p460788 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Where to begin?

2019-09-09 Thread AudioGames . net Forum — Developers room : Jaidon . vinnie_ware via Audiogames-reflector
Re: Where to begin? i'm using bgt unfortunately. all i have is d includes. sorry 4 any errors. i typed this with 1 han. i eating zoomers URL: https://forum.audiogames.net/post/460766/#p460766 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Where to begin?

2019-09-09 Thread AudioGames . net Forum — Developers room : Munawar via Audiogames-reflector
Re: Where to begin? Hi,The most effective way to get help is to come with a concrete question. When you say that you don't know where to begin, what exactly is tripping you up? Do you need help understanding programming fundamentals? Do you need a language suggestion? If yes to either

Where to begin?

2019-09-09 Thread AudioGames . net Forum — Developers room : Jaidon . vinnie_ware via Audiogames-reflector
Where to begin? Hi guys. I'm going to start the development of my 1st two games, Back Brawlers, BB Ted Racer, and i almost forgot FPS. I really don't know how to get started, because this is my 1st game project. Any help would be much appreciated.Check out the description over @ URL

Wondering Where to Begin

2015-04-26 Thread AudioGames . net Forum — Developers room : Mirage via Audiogames-reflector
Wondering Where to Begin I see that there are a lot of blind game developers in this forum, and I would like to know how you all got your start.Do you all have Computer Science or programming degrees?Or did you just read books and learn through trial and error?I have no knowledge

Re: Wondering Where to Begin

2015-04-26 Thread AudioGames . net Forum — Developers room : tward via Audiogames-reflector
Re: Wondering Where to Begin @Mirage, well, as for myself I was not self-taught. I actually went to university and while there I was pursuing a degree in computer science and learned a number of programming languages such as C++, Java, Visual Basic 6, etc as part of my degree. However

Re: Wondering Where to Begin

2015-04-26 Thread AudioGames . net Forum — Developers room : Mirage via Audiogames-reflector
Re: Wondering Where to Begin Those are great resources! Thank you!Ill definitely be investing in them as soon as I can, so I can learn the pros and cons of each language, figure out all my possibilities, and go from there. URL: http://forum.audiogames.net/viewtopic.php?pid=213784#p213784