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

#1 2010-03-01 12:49:06

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Blob game engine :D

I'm making a game engine with these blob-like characters. So far, I've made:
-shooting
-simple AI
-basic movement
-multi player

Edits to show what can be done. I'm making a full game, although I don't know how long, so I'm just releasing some engines.

Features (there's percent every part I'm finished with, may share before bug fixing):
1. Simple engine (http://scratch.mit.edu/projects/justtestingstickman/908510)
Programming: 100%
Art: 100%
Idea: 100%
Bug fixing: 75%

2. Simple AI (http://scratch.mit.edu/projects/juststickman/911638, a complete game, but that's how it works)
Programming: 100%
Art: 100%
Idea: 100%
Bug fixing: 80%

3. Basic shooting (http://scratch.mit.edu/projects/justtestingstickman/908510)
Programming: 100%
Art: 100%
Idea: 100%
Bug fixing: 80%

4. Complex AI
Programming: 30%
Art: 100%
Idea: 75%
Bug fixing: 0%

5. Particle effects
Programming: 0%
Art: 0%
Idea: 10%
Bug fixing: 0%

6. Complex shooting
Programming: 30%
Art: 10%
Idea: 10%
Bug fixing: 0%

7. Basic multiplayer (http://scratch.mit.edu/projects/justtestingstickman/903938)
Programming: 100%
Art: 100%
Idea: 100%
Bug fixing: 100%

8. Complex multiplayer
Programming: 10%
Art: 100%
Idea: 100%
Bug fixing: 0%
-------------------------------------------------------------------------------------------------------------------------

Pictures:
http://scratch.mit.edu/static/projects/justtestingstickman/903938_sm.pnghttp://scratch.mit.edu/static/projects/justtestingstickman/903688_sm.pnghttp://scratch.mit.edu/static/projects/justtestingstickman/908510_sm.png

-------------------------------------------------------------------------------------------------------------------------


Engine so far: http://scratch.mit.edu/projects/juststickman/914469

Notes: Got the sniper rifle and rail gun added  big_smile  Making AI and some other features before particle effects...


-------------------------------------------------------------------------------------------------------------------------
About combat (features):
1. Weapons
Types: 2 (basic gun)
Next release will include weapons 2 and 3 (rail gun and sniper rifle) Weapon descriptions:
-Basic gun
Basic gun that fires 3 shots before reloading.

-Rail gun
Strong gun. 0.3 second delay before shooting because of charging energy. Shoots up to 3 shots before reload.

-Sniper rifle
Very strong gun. 0.1 second delay BEFORE shooting and 0.5 second delay after shooting. Probably wouldn't be a good idea to put this in close-combat games.

2. Effects
Types: 0
No special effects (yet).

3. AI
Types: 5 (baka, scared of heights, 1337, scared of you, jumpy)
Only simple AI script so far. AI descriptions:

(flat land AI, only works on flat surfaces:)
-Baka
AKA idiot. Very bad aim.

-1337
Shoots&thinks from a longer range. Harder to fight. Almost perfect aim.

-Scared of heights
Default AI, but does not jump.

-Scared of you
Scared of the player, tries to get away.

(random AI, works everywhere but not very well:)

-Jumpy
Jumps a lot more than usual. Average aim.
4. Characters
Types: 2 (AI blob, player blob)
Only AI and player blobs so far.

-------------------------------------------------------------------------------------------------------------------------

Instructions for editing and creating your own projects with this:

-------------------------------------------------------------------------------------------------------------------------

Planned features (undecided, MAY add)
Creatures/characters:
-A worm-like character
-Color editing

-------------------------------------------------------------------------------------------------------------------------

Games made:
Basic shooter


Oh and feel free to use these, just give credit!

Last edited by juststickman (2010-03-08 15:21:31)


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#2 2010-03-02 13:43:53

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Blob game engine :D

Bump '3'


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#3 2010-03-02 14:24:36

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Blob game engine :D

I love how you've cataloged everything, it looks great so far, will the complex multiplayer involve mesh?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#4 2010-03-02 14:37:10

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Blob game engine :D

markyparky56 wrote:

I love how you've cataloged everything, it looks great so far, will the complex multiplayer involve mesh?

Yup. Although it's probably one of the last things I work on (if I ever get it to work).


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#5 2010-03-02 14:40:19

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Blob game engine :D

juststickman wrote:

markyparky56 wrote:

I love how you've cataloged everything, it looks great so far, will the complex multiplayer involve mesh?

Yup. Although it's probably one of the last things I work on (if I ever get it to work).

What do you mean the last?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#6 2010-03-02 14:51:00

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Blob game engine :D

markyparky56 wrote:

juststickman wrote:

markyparky56 wrote:

I love how you've cataloged everything, it looks great so far, will the complex multiplayer involve mesh?

Yup. Although it's probably one of the last things I work on (if I ever get it to work).

What do you mean the last?

I'm making more weapons, better AI, effects and stuff before I move on to that.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#7 2010-03-02 15:10:40

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Blob game engine :D

juststickman wrote:

markyparky56 wrote:

juststickman wrote:


Yup. Although it's probably one of the last things I work on (if I ever get it to work).

What do you mean the last?

I'm making more weapons, better AI, effects and stuff before I move on to that.

Ah, ok.  wink


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#8 2010-03-04 12:10:03

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Blob game engine :D

Added link to the game engine.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#9 2010-03-04 12:23:44

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Blob game engine :D

This is looking good.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#10 2010-03-07 16:12:31

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Blob game engine :D

BTW here's the player's script (Version 0.1):
http://img96.imageshack.us/img96/9474/mdead.gif


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#11 2010-03-08 11:02:35

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Blob game engine :D

juststickman wrote:

BTW here's the player's script (Version 0.1):
http://img96.imageshack.us/img96/9474/mdead.gif

Whats with the scraps in the middle?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#12 2010-03-08 11:16:36

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Blob game engine :D

markyparky56 wrote:

juststickman wrote:

BTW here's the player's script (Version 0.1):
http://img96.imageshack.us/img96/9474/mdead.gif

Whats with the scraps in the middle?

Forgot to delete them ^.^


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#13 2010-03-08 12:12:25

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Blob game engine :D

juststickman wrote:

markyparky56 wrote:

juststickman wrote:

BTW here's the player's script (Version 0.1):
http://img96.imageshack.us/img96/9474/mdead.gif

Whats with the scraps in the middle?

Forgot to delete them ^.^

Lol, ok, looks complex...


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#14 2010-03-08 15:19:55

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Blob game engine :D

Actually, particle effects can wait until after AI.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#15 2010-03-08 15:21:31

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Blob game engine :D

juststickman wrote:

Actually, particle effects can wait until after AI.

Thats a good idea...


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

Board footer