Discuss Scratch

computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

Hey, Scratchers! I want to make a totally free GameDev Tycoon game in Java. I was wondering how I could make my own game engine? XD A game that can make a game O.O,

So, how would I do that? Please reply,

~ computerawesomeness

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

Bump. Please reply!

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

BUMP! (MY 100th post!!!)

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
Zeusking19
Scratcher
500+ posts

A free version of GameDev Tycoon! (I need Help)

Don't you have enough projects?
computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

Zeusking19 wrote:

Don't you have enough projects?
What's that supposed to mean?

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
epicepicman
Scratcher
500+ posts

A free version of GameDev Tycoon! (I need Help)

computerawesomeness wrote:

Zeusking19 wrote:

Don't you have enough projects?
What's that supposed to mean?
You're already working on:
a gaming console
games for said console
a book about building your own PC

Just wondering, are you poemon?



computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

epicepicman wrote:

computerawesomeness wrote:

Zeusking19 wrote:

Don't you have enough projects?
What's that supposed to mean?
You're already working on:
a gaming console
games for said console
a book about building your own PC

Just wondering, are you poemon?
Who?

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

computerawesomeness wrote:

epicepicman wrote:

computerawesomeness wrote:

Zeusking19 wrote:

Don't you have enough projects?
What's that supposed to mean?
You're already working on:
a gaming console
games for said console
a book about building your own PC

Just wondering, are you poemon?
Who?
BTW, games go with the console.

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

So, can I have any help?

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
poopo
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

epicepicman wrote:

Just wondering, are you poemon?
LOL, I had the same thought.

@computerawesomeness I suggest that you settle down with just one project related to software to boost your knowledge. I find that when I'm learning a new programming language, I want to go too far, too fast. When I finally achieve focus on actually learning it, I am amazed by how quickly I can get to the places I was fantasizing about. Specifically applied to you, Java is a great programming language that is robust and relatively easy to learn. But before you can make a game engine with it, you need to learn about the basics. (This statement assumes you don't know Java, for all I know you could be Markus Perssons)

TL;DR To get to the point in which you can do fancy things, you must first learn the basics.

I made my profile picture in 2011 when I was 12 and it is by far my greatest artistic achievement.
computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

poopo wrote:

epicepicman wrote:

Just wondering, are you poemon?
LOL, I had the same thought.

@computerawesomeness I suggest that you settle down with just one project related to software to boost your knowledge. I find that when I'm learning a new programming language, I want to go too far, too fast. When I finally achieve focus on actually learning it, I am amazed by how quickly I can get to the places I was fantasizing about. Specifically applied to you, Java is a great programming language that is robust and relatively easy to learn. But before you can make a game engine with it, you need to learn about the basics. (This statement assumes you don't know Java, for all I know you could be Markus Perssons)

TL;DR To get to the point in which you can do fancy things, you must first learn the basics.
I known Java for 2 years, but never really got into graphics. So it's not new, but graphics are.
//Game.java list of imports
import javax.swing.*;
import java.io.*; // to save the game
import java.awt.*;
import java.awt.event.*;
import javax.sound.sampled.*; // new with this too
import java.util.*; // don't know if I need this, yet.

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
Bklecka
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

I think you shouldn't make this, because that would take business away from the real Game Dev Tycoon, and as the developers aren't exactly rich, every dollar helps.
computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

Bklecka wrote:

I think you shouldn't make this, because that would take business away from the real Game Dev Tycoon, and as the developers aren't exactly rich, every dollar helps.
Oh, I get what you're saying now, but I don't have any money, so I'll make it and wont distribute it. Unless… I have an OK from a ‘game dev’ creator.

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
computerawesomeness
Scratcher
100+ posts

A free version of GameDev Tycoon! (I need Help)

Wow, poemon does have a lot of projects, I looked him/her up. Ok, stopping all projects but this one.

VIEW MY PROJECT! Scratch Programming Language Simulation! v 1.0.0!
LINK!
CA-Remix
New to Scratch
19 posts

A free version of GameDev Tycoon! (I need Help)

This is my new account, to start ‘fresh.’

I moderate the Scratch alt forums!
http://scratchforums.boards.net/forum
Flamekebab
Scratcher
1000+ posts

A free version of GameDev Tycoon! (I need Help)

That's one way to do things, I suppose.
epicepicman
Scratcher
500+ posts

A free version of GameDev Tycoon! (I need Help)

computerawesomeness wrote:

Wow, poemon does have a lot of projects, I looked him/her up. Ok, stopping all projects but this one.
You don't NEED to stop all of them, it's just probably better to focus on one thing at a time.



CA-Remix
New to Scratch
19 posts

A free version of GameDev Tycoon! (I need Help)

epicepicman wrote:

computerawesomeness wrote:

Wow, poemon does have a lot of projects, I looked him/her up. Ok, stopping all projects but this one.
You don't NEED to stop all of them, it's just probably better to focus on one thing at a time.
Oh. Oh well.

I moderate the Scratch alt forums!
http://scratchforums.boards.net/forum
poemon1
Scratcher
75 posts

A free version of GameDev Tycoon! (I need Help)

epicepicman wrote:

computerawesomeness wrote:

Zeusking19 wrote:

Don't you have enough projects?
What's that supposed to mean?
You're already working on:
a gaming console
games for said console
a book about building your own PC

Just wondering, are you poemon?
No, I am. Yes, I am back.
ShinyRedGenesect
New to Scratch
99 posts

A free version of GameDev Tycoon! (I need Help)

poemon1 wrote:

epicepicman wrote:

computerawesomeness wrote:

Zeusking19 wrote:

Don't you have enough projects?
What's that supposed to mean?
You're already working on:
a gaming console
games for said console
a book about building your own PC

Just wondering, are you poemon?
No, I am. Yes, I am back.
Hello, and welcome back!


http://www.shiny-red-genesect.hostei.com

Powered by DjangoBB