1

Need video game maker(calling all programmers)

EnderCat17's Avatar EnderCat174/3/15 7:16 pm
4/25/2015 1:46 pm
EnderCat17's Avatar EnderCat17
hey guys i need your help.

so i have a good idea for a video game but idk how to make video games so i want you guys to make it cuz i cant download a game maker or do code so if there anyone good at making 2D games and have some free time post a replay and i will PM the idea



-EnderCat
Posted by EnderCat17's Avatar
EnderCat17
Level 13 : Journeyman Dragon
15

Create an account or sign in to comment.

48

1
04/25/2015 1:46 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
Bump
1
04/14/2015 9:23 am
Level 43 : Master Pokemon
Jacob Rigoberto
Jacob Rigoberto's Avatar
EnderCat17
48productions
EnderCat17i cant download a game maker or do code

Just out of curiosity, why can't you download anything?
Additionally, there are some cool websites online that allow you to make a video game without downloading anything. If you don't want to code, try one of those websites out!

I can't post a link because of the no advertising rule. Sorry!

cuz i am using a shared computer

Well it's hard to make games without downloading anything..
1
04/08/2015 9:59 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
48productions
EnderCat17i cant download a game maker or do code

Just out of curiosity, why can't you download anything?
Additionally, there are some cool websites online that allow you to make a video game without downloading anything. If you don't want to code, try one of those websites out!

I can't post a link because of the no advertising rule. Sorry!

cuz i am using a shared computer
1
04/08/2015 8:14 pm
Level 29 : Expert Engineer
48productions
48productions's Avatar
EnderCat17i cant download a game maker or do code

Just out of curiosity, why can't you download anything?
Additionally, there are some cool websites online that allow you to make a video game without downloading anything. If you don't want to code, try one of those websites out!

I can't post a link because of the no advertising rule. Sorry!
1
04/08/2015 5:18 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
oh and btw anyone know anyway for me to send money without credit card or personal info?
1
04/08/2015 4:52 pm
Level 9 : Apprentice Miner
anonpmc1279828
anonpmc1279828's Avatar
[deleted]
1
04/08/2015 4:40 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
KJ what version do i use?
1
04/09/2015 5:53 am
Level 43 : Master Pokemon
Jacob Rigoberto
Jacob Rigoberto's Avatar
I can't see what version you are using, but I can guess it's either Windows XP, Windows Vista, Windows 7 or Windows 8.
Or maybe you have the free beta test of Windows 10, which may explain why you have bugs.
1
04/09/2015 10:44 am
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
Ya i think windows 7 or 8
1
04/08/2015 1:50 am
Level 12 : Journeyman Engineer
jjcyalater
jjcyalater's Avatar
Jedib0y233i didnt say that akirassasin i said most of this sight


Like ones that can't put capital letters at the start of sentences and can't spell "site" correctly?
1
04/08/2015 1:19 am
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
ok heres the code
Click to reveal
@echo off
:menu
cls
echo Hello, welcome to MY COMPUTER SIM!!
echo what would you like to do?
echo 1) start the game
echo 2) go to instructions
echo 3) exit the game, but why do you want to do that?
echo 4)go to credits
set /p letter=

if %letter% == 1 goto startgame
if %letter% == 2 goto instruction
if %letter% == 3 goto exit
if %letter% == 4 goto credits
goto menu
:startgame
cls
echo welcome to my computer sim
echo Hello! what is your name?
set /p name=
echo hello, %name% so nice to meet you!
echo How are you today?
set /p feeling=
echo Your feeling %feeling% today?
pause
echo oh look at the time I should go.
echo Bye %name% nice to meet you oh and my name is computer
echo next meeting? (yes or no)
set /p wala=

if %wala% == yes goto lvl2
if %wala% == no goto menu
goto startgame
:exit
exit
goto exit
echo back to title screen? (y/n) lower case only!
set /p nyyn=

if %nyyn% == y goto menu
if %nyyn% == n goto exit
:lvl2
cls
echo the next day you meet "computer" in town and they just came from the store you notce
echo Hello! Your name is %name% right? (yes or no)
set /p yn=

if %yn% == yes goto bags
if %yn% == no goto aww
goto lvl2
:aww
cls
echo aww i got it worng bye
pause
goto menu
:bags
cls
echo well hi %name% nice to see you, you mind helping me with these bags?
echo 1)no not at all(help with bags)
echo 2)i'm busy(dont help and just leave)
set /p number=

if %number% == 1 goto bags
if %number% == 2 goto menu
:bags
cls
echo thank you so much my house is just over there
echo (you both walk to the front of the house)
echo thank you
echo want to come in?
echo 1)sure
echo 2)um...no
set /p in/out=

set /p in/out== 1 goto house
if %in/out% == 2 goto menu
:house
cls
echo(you walk in to see a nice little living room and a hall that leads in to 3
echo more rooms)
echo do you want any thing to eat or drink?
echo 1) yes that will be nice
echo 2) no thank you
set /p cookie=

if %cookie% == 1 goto yesplz
if %cookie% == 2 goto nothx
:yesplz
cls
echo here you go
echo (computer gives you milk and cookies )
echo YOU WON THE GAME
echo and you have cookies
echo THANKS FOR PLAYING
echo back to title screen? (y/n) lower case only!
set /p win=

if %win% == y goto menu
if %win% == n goto exit
:nothx
cls
echo suit your self
echo YOU LOSE D: D: D:
echo and you dont have cookies
echo THANKS FOR PLAYING
echo back to title screen? (y/n) lower case only!
set /p lose=

if %lose% == y goto menu
if %lose% == n goto exit
:instruction
cls
echo answer the computer and the computer will
echo talk to you.
echo back to title screen? (y/n) lower case only!
set /p nyyn=

if %nyyn% == y goto menu
if %nyyn% == n goto exit
:credits
cls
echo maker:EnderCat
echo codeing:my fingers
echo story:my mind
echo back to title screen? (y/n) lower case only!
set /p bobob=

if %bobob% == y goto menu
if %bobob% == n goto exit

so whats wrong?
1
04/08/2015 2:20 am
Level 43 : Master Pokemon
Jacob Rigoberto
Jacob Rigoberto's Avatar
I played through it to the end without crashing. Interesting plot, and it branches off many times. At what point do you crash, and do you have a legit version of Windows?
1
04/08/2015 10:49 am
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
no its when i add on to it btw it crashs when i play your game so what version do i use?
1
04/08/2015 4:13 pm
Level 43 : Master Pokemon
Jacob Rigoberto
Jacob Rigoberto's Avatar
Not sure what to do then, I do not crash. Must be some local issue of yours..
1
04/08/2015 1:06 am
Level 43 : Master Pokemon
Jacob Rigoberto
Jacob Rigoberto's Avatar
EnderCat17
KJ_BuildingTeamMaking games is something that takes years to learn... start programming text adventures in batch, here is an example:
Click to reveal
@echo off
@title Zombie Apocalypse
color 0C
echo -----------------------
echo The end of the world...
echo -----------------------

echo VERSION 0.1
:instructions
echo Instructions
echo Play in full screen for best experience!
echo When you get a choice, input one of them.
echo If you input anything else, the game is broken.
echo There is no going back!
echo.
set /p do=Input 1 to continue....
if %do%== 1 goto plot
echo.
cls
echo Invalid value = %do%
echo.
pause
cls
exit

:plot
echo We never believed such could happen.
echo But it did.
echo Nobody was prepared.
echo They walk around meanlessly.
echo They attack every living being.
echo One bite, and you'll join them.
:plot2
echo Are you ready to survive?
echo Or will you die trying?
echo.
set /p do=Input 1 to continue....
if %do%== 1 goto plot3
echo.
cls
echo Invalid value = %do%
echo.
pause
cls
exit

Take it slowly... you could also take some coding tutorials here: http://www.codecademy.com/
I've been learning for about a year now, and I haven't come much farther than recreating Pong in Unity3D. Yes, Unity3D is one of the best platforms indie developers can develop for, so that's what I recommend you. The Unity 5 game engine just got free so that's worth checking out, but it takes a lot of space. Or you can try some RPG Maker, http://www.rpgmakerweb.com/. Some free programs and some paid programs, RPG Maker lives up to their slogan.

By the way, to learn programming you'll first need to know how your computer works. What is binary code, for example, and HEX data. Learn the difference from different files like .txt, .bat, .exe, .vbs, .crpl.... there are thousands of them.
)Good luck.

i do that and coded some games on notepad then changed it in to a .bat program but why cant i make a longer game with it after a few lvls (like 3) it exits me out why is that?


What's the code, I'll see if I can find anything wrong. In theory a batch program can run forever, as it takes so little capacity.
1
04/07/2015 12:21 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
Lukerocks1233 plz stop
1
04/08/2015 5:08 am
Level 24 : Expert Archer
Lukerocks1233
Lukerocks1233's Avatar
Sorry
1
04/07/2015 12:14 pm
Level 24 : Expert Archer
Lukerocks1233
Lukerocks1233's Avatar
and i will help you with you task:
Click to reveal
1
04/07/2015 12:13 pm
Level 24 : Expert Archer
Lukerocks1233
Lukerocks1233's Avatar
1
04/07/2015 12:09 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
KJ_BuildingTeamMaking games is something that takes years to learn... start programming text adventures in batch, here is an example:
Click to reveal
@echo off
@title Zombie Apocalypse
color 0C
echo -----------------------
echo The end of the world...
echo -----------------------

echo VERSION 0.1
:instructions
echo Instructions
echo Play in full screen for best experience!
echo When you get a choice, input one of them.
echo If you input anything else, the game is broken.
echo There is no going back!
echo.
set /p do=Input 1 to continue....
if %do%== 1 goto plot
echo.
cls
echo Invalid value = %do%
echo.
pause
cls
exit

:plot
echo We never believed such could happen.
echo But it did.
echo Nobody was prepared.
echo They walk around meanlessly.
echo They attack every living being.
echo One bite, and you'll join them.
:plot2
echo Are you ready to survive?
echo Or will you die trying?
echo.
set /p do=Input 1 to continue....
if %do%== 1 goto plot3
echo.
cls
echo Invalid value = %do%
echo.
pause
cls
exit

Take it slowly... you could also take some coding tutorials here: http://www.codecademy.com/
I've been learning for about a year now, and I haven't come much farther than recreating Pong in Unity3D. Yes, Unity3D is one of the best platforms indie developers can develop for, so that's what I recommend you. The Unity 5 game engine just got free so that's worth checking out, but it takes a lot of space. Or you can try some RPG Maker, http://www.rpgmakerweb.com/. Some free programs and some paid programs, RPG Maker lives up to their slogan.

By the way, to learn programming you'll first need to know how your computer works. What is binary code, for example, and HEX data. Learn the difference from different files like .txt, .bat, .exe, .vbs, .crpl.... there are thousands of them.
)Good luck.

i do that and coded some games on notepad then changed it in to a .bat program but why cant i make a longer game with it after a few lvls (like 3) it exits me out why is that?
1
04/07/2015 4:11 am
Level 20 : Expert Cake
mcrocks999
mcrocks999's Avatar
Hey, EnderCat.
I'm finishing on Rock Simulator maybe I could help you? Depends on project tho.
Cause I'm hoping to work on a different game soon.
1
04/07/2015 12:10 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
ok PMing you
1
04/07/2015 4:07 am
Level 43 : Master Pokemon
Jacob Rigoberto
Jacob Rigoberto's Avatar
Making games is something that takes years to learn... start programming text adventures in batch, here is an example:
Click to reveal
@echo off
@title Zombie Apocalypse
color 0C
echo -----------------------
echo The end of the world...
echo -----------------------

echo VERSION 0.1
:instructions
echo Instructions
echo Play in full screen for best experience!
echo When you get a choice, input one of them.
echo If you input anything else, the game is broken.
echo There is no going back!
echo.
set /p do=Input 1 to continue....
if %do%== 1 goto plot
echo.
cls
echo Invalid value = %do%
echo.
pause
cls
exit

:plot
echo We never believed such could happen.
echo But it did.
echo Nobody was prepared.
echo They walk around meanlessly.
echo They attack every living being.
echo One bite, and you'll join them.
:plot2
echo Are you ready to survive?
echo Or will you die trying?
echo.
set /p do=Input 1 to continue....
if %do%== 1 goto plot3
echo.
cls
echo Invalid value = %do%
echo.
pause
cls
exit

Take it slowly... you could also take some coding tutorials here: http://www.codecademy.com/
I've been learning for about a year now, and I haven't come much farther than recreating Pong in Unity3D. Yes, Unity3D is one of the best platforms indie developers can develop for, so that's what I recommend you. The Unity 5 game engine just got free so that's worth checking out, but it takes a lot of space. Or you can try some RPG Maker, http://www.rpgmakerweb.com/. Some free programs and some paid programs, RPG Maker lives up to their slogan.

By the way, to learn programming you'll first need to know how your computer works. What is binary code, for example, and HEX data. Learn the difference from different files like .txt, .bat, .exe, .vbs, .crpl.... there are thousands of them.

Good luck.
1
04/07/2015 1:24 am
Level 1 : New Network
magicalbeakz18
magicalbeakz18's Avatar
How did a standard topic turn into flamebait so quickly..
1
04/07/2015 1:21 am
Level 15 : Journeyman Taco
Johnanater
Johnanater's Avatar
1. Please learn how to speak english
2. You can learn
3. Why can't you download anything?
1
04/07/2015 1:11 am
Level 2 : Apprentice Explorer
Legacy Official
Legacy Official's Avatar
Hey, i can code and program the game with a launcher.

Want to talk more? Msg me on PMC and i can send you my skype and talk there.
1
04/07/2015 12:30 am
Level 3 : Apprentice Network
WorldofCerberus
WorldofCerberus's Avatar
I have been making games for a great while, message me and we can talk.
1
04/07/2015 12:16 am
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
-Bump-
1
04/04/2015 12:37 pm
Level 1 : New Explorer
Leeberesford55
Leeberesford55's Avatar
How does "Most of this sight is full of young children" mean most have no clue how to create games lol.
1
04/04/2015 12:14 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
-Bump-
1
04/03/2015 10:10 pm
Level 34 : Artisan Ninja
AkirAssasin
AkirAssasin's Avatar
Sorry if I had put words into people's mouth. I was'nt wide awake, apparently.

And yes, I guess 15 isn't a young child lol what was i saying this morning
1
04/03/2015 10:01 pm
Level 44 : Master Poro
GildedGam3r
GildedGam3r's Avatar
I'd be willing to help, I have quite a bit of experience with 2D games, as well as 3D platformers. Don't really have any examples, because they were all personal projects
1
04/03/2015 11:05 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
so your good at 2D and 3D platformers? thats great this game is a 2D platformers
1
04/03/2015 9:32 pm
Level 5 : Apprentice Miner
anonpmc1820037
anonpmc1820037's Avatar
[deleted]
1
04/03/2015 9:29 pm
Level 14 : Journeyman Pokemon
Jedib0y233
Jedib0y233's Avatar
i didnt say that akirassasin i said most of this sight is full of young children. stating most have no clue how to create games. so dont put words in my mouth mate.
1
04/03/2015 11:03 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
there may be alot of kids that know more then you do in game making
1
04/03/2015 8:00 pm
Level 34 : Artisan Ninja
AkirAssasin
AkirAssasin's Avatar
The conversation here is so funny. lel

BTW I can make web browser games, but I currently have no time because of exam.

I'm 15 only. Who says young children can't do this kind of stuff?
1
04/03/2015 9:11 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
so 15 is a "young child"?
1
04/09/2015 1:21 pm
Level 1 : New Miner
Midnooter
Midnooter's Avatar
Some people preferably like to think so, I'm more of a literature writer so this doesn't suit me.. xD
1
04/03/2015 7:57 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
ok everyone he cant do it so i need someone else
1
04/03/2015 7:37 pm
Level 14 : Journeyman Pokemon
Jedib0y233
Jedib0y233's Avatar
ok. i hardly doubt there is gonna be more people but who knows. most of this site is full of young children.
1
04/03/2015 7:34 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
ok i will sent the idea and you can make the first lvl but i will still accept other game makers
1
04/03/2015 7:29 pm
Level 14 : Journeyman Pokemon
Jedib0y233
Jedib0y233's Avatar
i cant make programs but i can code the game. well cant program stuff right now but will soon
1
04/03/2015 7:26 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
but not on a website i need it on a program
1
04/03/2015 7:25 pm
Level 13 : Journeyman Dragon
EnderCat17
EnderCat17's Avatar
yes i need someone to make me a pc game
1
04/03/2015 7:23 pm
Level 14 : Journeyman Pokemon
Jedib0y233
Jedib0y233's Avatar
or like computer games like this link:
http://ninjakiwi.com/Games/Action/Play/ ... R8grtzF_9M

well i can only help on comp games cuz im taking a web design class and learning java script and stuff
1
04/08/2015 2:42 am
Level 1 : New Miner
MisterFixx
MisterFixx's Avatar
Web design and javascript are specificlly for websites -_-
1
04/03/2015 7:19 pm
Level 14 : Journeyman Pokemon
Jedib0y233
Jedib0y233's Avatar
you mean like xbox games and stuff?
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome