This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-10-09 00:23:55

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

"Real" Game in C

Hey, I know there are a lot of talented programmers out there, not in just scratch. I was thinking, (this is probably going to have to be moved to misc.) that we could create a game in C.

I'm gonna need spriters, (as I assume this game is going to be 2d) or modelers maybe.

Programmers, must have knowledge of C or BASIC (Can use translator  wink  )

Guys, you really need to be experienced. I myself will be programming most likely.

Oh yeah, what should it be about?

Offline

 

#2 2011-10-09 00:55:02

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: "Real" Game in C

I can do sprites  smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#3 2011-10-09 01:55:22

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: "Real" Game in C

C++ PLZ
C IS OUTDATED

Last edited by bbbeb (2011-10-09 01:55:40)


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#4 2011-10-10 17:50:18

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: "Real" Game in C

bbbeb wrote:

C++ PLZ
C IS OUTDATED

Fine. I know more C than C++ though. Oh well. You wanna help?

Offline

 

#5 2011-10-10 20:34:55

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: "Real" Game in C

bbbeb wrote:

C++ PLZ
C IS OUTDATED

That is not true at all. C is definitely still used. In fact, Unix (and therefore Linux) are specifically made for C programs and C program development.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#6 2011-10-10 20:38:23

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: "Real" Game in C

Could I join as a spriter? I only really wanna make backgrounds though.

Offline

 

#7 2011-10-10 22:48:28

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: "Real" Game in C

ScratchReallyROCKS wrote:

bbbeb wrote:

C++ PLZ
C IS OUTDATED

That is not true at all. C is definitely still used. In fact, Unix (and therefore Linux) are specifically made for C programs and C program development.

And the rest of the industry uses C++.

Plus C++ has C libraries  tongue


And yes, I would love to help.

(P.S. If you know fanofcena, he's pretty good at this stuff.  tongue )

Last edited by bbbeb (2011-10-10 22:49:00)


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#8 2011-10-10 23:37:48

applejack
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: "Real" Game in C

Wait, tell me about this BASIC to C translater. BASIC stands for BASIC All-purporse Symbolic Instruction Code.


http://i.imgur.com/zKzps.png
http://blocks.scratchr.org/API.php?action=onlineStatus&type=square&user=applejack -I'm http://blocks.scratchr.org/API.php?action=onlineStatus&type=text&user=applejack

Offline

 

#9 2011-10-11 02:26:06

Zeusking19
Scratcher
Registered: 2011-07-10
Posts: 1000+

Re: "Real" Game in C

Also, operating system`s are programmed using Assembly, C and C++. C is not outdated.


http://i49.tinypic.com/2w7e1jm.pnghttp://dragcave.net/image/eFGFz.gifhttp://dragcave.net/image/9hE5q.gif

Offline

 

#10 2011-10-11 15:17:56

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: "Real" Game in C

applejack wrote:

Wait, tell me about this BASIC to C translater. BASIC stands for BASIC All-purporse Symbolic Instruction Code.

I only tested it once on a simple code. I don't know if it can handle complex ones.

Offline

 

#11 2011-10-11 15:18:58

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: "Real" Game in C

ImagineIt wrote:

Could I join as a spriter? I only really wanna make backgrounds though.

Yea.  smile

And @ JJ7Skyline (is that right?) : Sure.  big_smile

Offline

 

#12 2011-10-11 20:42:13

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: "Real" Game in C

Why would you want a BASIC to C converter? BASIC is meant to be an interpreted language. Besides, why not just compile the BASIC directly to machine language, because you'd do it anyway to the C code?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#13 2011-10-11 20:57:18

schnrfl
Scratcher
Registered: 2011-10-11
Posts: 500+

Re: "Real" Game in C

bbbeb wrote:

ScratchReallyROCKS wrote:

bbbeb wrote:

C++ PLZ
C IS OUTDATED

That is not true at all. C is definitely still used. In fact, Unix (and therefore Linux) are specifically made for C programs and C program development.

And the rest of the industry uses C++.

Plus C++ has C libraries  tongue


And yes, I would love to help.

(P.S. If you know fanofcena, he's pretty good at this stuff.  tongue )

+1

C++ is for winners
C is just dang complicated


opposable thumbs • ubc • dvorak • help
sprach eˣius//Foresson

Offline

 

#14 2011-10-11 21:13:26

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: "Real" Game in C

ScratchReallyROCKS wrote:

Why would you want a BASIC to C converter? BASIC is meant to be an interpreted language. Besides, why not just compile the BASIC directly to machine language, because you'd do it anyway to the C code?

Hmm... Good point.

Offline

 

#15 2011-10-11 23:51:37

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: "Real" Game in C

Zeusking19 wrote:

Also, operating system`s are programmed using Assembly, C and C++. C is not outdated.

For games, it is way past outdated.

All the leading industries require either AS3 or C++.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#16 2011-10-12 00:17:34

applejack
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: "Real" Game in C

Where would I find such a BASIC to C convertor?

Last edited by applejack (2011-10-12 00:17:48)


http://i.imgur.com/zKzps.png
http://blocks.scratchr.org/API.php?action=onlineStatus&type=square&user=applejack -I'm http://blocks.scratchr.org/API.php?action=onlineStatus&type=text&user=applejack

Offline

 

#17 2011-10-12 22:49:36

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: "Real" Game in C

applejack wrote:

Where would I find such a BASIC to C convertor?

It's called BCX I believe.

Offline

 

#18 2011-10-14 13:03:25

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: "Real" Game in C

er, bump

Offline

 

#19 2011-10-14 22:11:08

applejack
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: "Real" Game in C

I know TI-BASIC, is BASIC anything like it? My skill level: I have created minesweeper on my graphing calculator in TI-BASIC.


http://i.imgur.com/zKzps.png
http://blocks.scratchr.org/API.php?action=onlineStatus&type=square&user=applejack -I'm http://blocks.scratchr.org/API.php?action=onlineStatus&type=text&user=applejack

Offline

 

Board footer