Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Ethin via Audiogames-reflector


  


Re: who wants to help me make a new online game

No no no, its this instead!from random_language import *
#define allow_nonuniversal_syntax
#include 
with Ada.Text_IO;
procedure main is
begin
asm! {
DOSSEG
.MODEL TINY
.DATA
TEXT DB "You should really learn a programming language, bro!"
.CODE
MOV ax, @DATA
MOV ds, ax
MOV ah, 09h
MOV dx, OFFSET TEXT
INT 21h
MOV AX, 4C00h
INT 21h
}
echo Seriously, man! Go pick up any good programming language!
trace("This is ActionScript -- this part at least.");
message(STATUS "This is CMake. Its not a programming language but...")
fmt.Println("This is go. Consider it -- its a great language! Don't know if its OK for games though.")
printfn "This is F#. Built on the .NET platform, it is a functional programming language. Use MonoGame with it and your good to go!"
std::cout << "Or you can drop to a low-level language like C++." << endl;
println!("Or you can use Rust.");
asm! {
.global printfunc
message:
.asciz "This is ARM assembly. Don't try running this on an x86 processor. You could use this language if your insane enough. It is, you know, how we used to write games before C came along and ruined our 'fun'. (Not!) Well, I mean, X86 asm was the norm back then... but this works too."
.align 4
printfunc:
ldr r0, =message
bl printf
mov r7, #1
swi 0
}
Ada.Text_IO.Put_Line("This is Ada. I couldn't really wrap my head around it to make anything big with it, especially because of its need to separate specifications from bodies. Perhaps I'll give it a try again sometime. I have no idea if this language has gaming support -- it might though. It isn't exactly targetted at that audience but anythings possible if you look far enough.");
end main;Of course, add on what 25 did. Its the language nightmare that will never be real! 

URL: https://forum.audiogames.net/post/433306/#p433306




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Ethin via Audiogames-reflector


  


Re: who wants to help me make a new online game

No no no, its this instead!from random_language import *
#define allow_nonuniversal_syntax
#include 
with Ada.Text_IO;
procedure main is
begin
asm! {
DOSSEG
.MODEL TINY
.DATA
TEXT DB "You should really learn a programming language, bro!"
.CODE
MOV ax, @DATA
MOV ds, ax
MOV ah, 09h
MOV dx, OFFSET TEXT
INT 21h
MOV AX, 4C00h
INT 21h
}
echo Seriously, man! Go pick up any good programming language!
trace("This is ActionScript -- this part at least.");
message(STATUS "This is CMake. Its not a programming language but...")
fmt.Println("This is go. Consider it -- its a great language! Don't know if its OK for games though.")
printfn "This is F#. Built on the .NET platform, it is a functional programming language. Use MonoGame with it and your good to go!"
std::cout << "Or you can drop to a low-level language like C++." << endl;
println!("Or you can use Rust.");
asm! {
.global printfunc
message:
.asciz "This is ARM assembly. Don't try running this on an x86 processor. You could use this language if your insane enough. It is, you know, how we used to write games before C came along and ruined our 'fun'. (Not!)"
.align 4
printfunc:
ldr r0, =message
bl printf
mov r7, #1
swi 0
}
Ada.Text_IO.Put_Line("This is Ada. I couldn't really wrap my head around it to make anything big with it, especially because of its need to separate specifications from bodies. Perhaps I'll give it a try again sometime. I have no idea if this language has gaming support -- it might though. It isn't exactly targetted at that audience but anythings possible if you look far enough.");
end main;Of course, add on what 25 did. Its the language nightmare that will never be real! 

URL: https://forum.audiogames.net/post/433306/#p433306




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Ty via Audiogames-reflector


  


Re: who wants to help me make a new online game

It's a game, not a webpage. roooflTo be fair, both would suck by this guy, but meh.

URL: https://forum.audiogames.net/post/433258/#p433258




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Ty via Audiogames-reflector


  


Re: who wants to help me make a new online game

No, no, no. You have it all wrong 25!it'svoid main() {name=input_box("name","please enter your name.");alert("hi "+name,"If you want to make a game, as post 25 said, learn your shit!");}

URL: https://forum.audiogames.net/post/433257/#p433257




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : NicklasMCHD via Audiogames-reflector


  


Re: who wants to help me make a new online game

ok, here you go:from programming import random_language, know_your_shitvoid main() {let test = "Hello world"echo $test.' like really';print "You should really know your shit"printf("Not everyone should code");fmt.Println("You should only learn how to code, if you love problem solving and challenges")System.out.println("If not, I would advise, that you find something else to do.");return 0;}Hope the developers of this forum actually gets the joke above (do let me know, if you guys do 

URL: https://forum.audiogames.net/post/433231/#p433231




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Diegogaribay via Audiogames-reflector


  


Re: who wants to help me make a new online game

lol I was like wow they actually helped him when I saw the 23 post count. I now understand and agree with what was done. Nice one dudes!

URL: https://forum.audiogames.net/post/433220/#p433220




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Ty via Audiogames-reflector


  


Re: who wants to help me make a new online game

Sadly, ironcross, I don't think he is trolling

URL: https://forum.audiogames.net/post/433187/#p433187




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Ty via Audiogames-reflector


  


Re: who wants to help me make a new online game

Yeah, it is the same guy who asked for the source code

URL: https://forum.audiogames.net/post/433186/#p433186




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : ironcross32 via Audiogames-reflector


  


Re: who wants to help me make a new online game

I think he's trolling anyway, hasn't responded since first post.

URL: https://forum.audiogames.net/post/433170/#p433170




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : black_mana via Audiogames-reflector


  


Re: who wants to help me make a new online game

that's the same guy who was asking for source codes

URL: https://forum.audiogames.net/post/433145/#p433145




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : adel . spence via Audiogames-reflector


  


Re: who wants to help me make a new online game

zoriaaa!

URL: https://forum.audiogames.net/post/433138/#p433138




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : adel . spence via Audiogames-reflector


  


Re: who wants to help me make a new online game

he is a gokeshounon

URL: https://forum.audiogames.net/post/433137/#p433137




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : AlirezaNosrati via Audiogames-reflector


  


Re: who wants to help me make a new online game

@15 that's not true, we have many great blind developers such as masonasons, sam tupy productions, idt-group, and etc. most sighted don't bother to make audiogames.

URL: https://forum.audiogames.net/post/433109/#p433109




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Jaidon . vinnie_ware via Audiogames-reflector


  


Re: who wants to help me make a new online game

He has no manners. He expects us to do the work that he had neither the balls nor the brains to do and then he has the audasity to say "Don't steal any code". I find this disgusting and this topic should either be banned or moved to the developers room. If people uploade code here and they take they are damn right and you should be ashamed of yourself. Boppetmaster, are you blind or sighted? If your blind you just proven my theory with the acception of a few programmers: Most of the blind game developers make stupid games and just take each other's code and call it your own and the best audio games were made by sighted people. The previous generation of audio game developers worked unlike people like you Boppetmaster. Good day to you sir. Ps learn to say please, please?

URL: https://forum.audiogames.net/post/433101/#p433101




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : Jaidon . vinnie_ware via Audiogames-reflector


  


Re: who wants to help me make a new online game

He also expects us to host the surver as well. B!B!

URL: https://forum.audiogames.net/post/433102/#p433102




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : SLJ via Audiogames-reflector


  


Re: who wants to help me make a new online game

Sorry, I don't get the point of this. There are lots of open source games out there. Just grab the code, learn how it works, compile it and see if it works for you. What is the point of getting others to post the code for you, and the only thing you are doing is to compile the code, just to say you have made the game? Just, meh!

URL: https://forum.audiogames.net/post/433069/#p433069




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : AlirezaNosrati via Audiogames-reflector


  


Re: who wants to help me make a new online game

this is the same guy who was asking for TK source code.

URL: https://forum.audiogames.net/post/433067/#p433067




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : adel . spence via Audiogames-reflector


  


Re: who wants to help me make a new online game

#include"m_pro.bgt"#include"sound_pool.bgt"#include"dlg.bgt"#include"menu.bgt"void main(){string username;string fff;show_game_window("fpstelkjdkakurkljiuer");tts_voice voice;speak.voice_wait("wellcome!");mainmenu();}

URL: https://forum.audiogames.net/post/433060/#p433060




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : black_mana via Audiogames-reflector


  


Re: who wants to help me make a new online game

roflfl

URL: https://forum.audiogames.net/post/433046/#p433046




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-12 Thread AudioGames . net Forum — General Game Discussion : giorgi elbaqidze via Audiogames-reflector


  


Re: who wants to help me make a new online game

bro wait you want help for make online game or you want make someone online game i mean put scripts here, then compile it and release?

URL: https://forum.audiogames.net/post/433029/#p433029




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : mazen via Audiogames-reflector


  


Re: who wants to help me make a new online game

Just, ROFL

URL: https://forum.audiogames.net/post/432976/#p432976




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : ironcross32 via Audiogames-reflector


  


Re: who wants to help me make a new online game

That's not how people collaborate anyway. You don't write one line, have your buddy write the next, have your other friend write the next, and loop back around, that's just silly.

URL: https://forum.audiogames.net/post/432974/#p432974




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : Mohammed-mufleh via Audiogames-reflector


  


Re: who wants to help me make a new online game

Oh, ok?So i don't see the point of this topick! First of all would people care to read through all the poasts to figger out what is the next step of the game? Besides people have different ideas so it will be hard as it is to make people agree on one thing. Another thing to add, if you want to really make the game have some potential and not get limited by the bgt's ccapabilities use another programming language better for you. This is no way intended to affend the topick creator I mean, its a good idea at first it just does not go that way when you are on a public forum because people would easily get the source coad from the poasts unless someone sent something privitly which means that the game would be less fun because people will be cheating on it as devs or something that is if you place some protection on the game as to who has power on it. However something on githhub might be a good idea for that game that you are talking about on creating.

URL: https://forum.audiogames.net/post/432954/#p432954




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : Ty via Audiogames-reflector


  


Re: who wants to help me make a new online game

Ok, here's your code.BGT, because i assume that's what you use.void main() {Alert{"Get fooled", "You got fooled!");}That's what i have to contribute. Run it!It'll really help./ that's your hole main function!

URL: https://forum.audiogames.net/post/432945/#p432945




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : nidza07 via Audiogames-reflector


  


Re: who wants to help me make a new online game

How about this: We all post a line of help for a given programming language, you learn it, put all that knowledge together, come up with an idea, code a game applying those ideas, compile it, make sure it works as intended, and release it for us? Sounds harder doesn't it? Well, that is what you are asking people to do for you.

URL: https://forum.audiogames.net/post/432912/#p432912




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : kingzombie via Audiogames-reflector


  


Re: who wants to help me make a new online game

So maybe iti should be. who wants to make a new online game for me? (Page 1) — General Game Discussion — AudioGames.net Forum

URL: https://forum.audiogames.net/post/432908/#p432908




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : Ty via Audiogames-reflector


  


Re: who wants to help me make a new online game

Oh gawd.Another one of these.

URL: https://forum.audiogames.net/post/432897/#p432897




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : ironcross32 via Audiogames-reflector


  


Re: who wants to help me make a new online game

Bro really?

URL: https://forum.audiogames.net/post/432896/#p432896




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


who wants to help me make a new online game

2019-05-11 Thread AudioGames . net Forum — General Game Discussion : bopitmaster34 via Audiogames-reflector


  


who wants to help me make a new online game

I want you guys to help me make an online game, do not steal any source code. What I want you all to do is post lines of code. It is in bgt. So just post some lines of code, and once finished, I'll compile all of the lines. just help me make a game and host the server. bopitmaster34

URL: https://forum.audiogames.net/post/432895/#p432895




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector