Discuss Scratch

CharmanderHero190
Scratcher
16 posts

How to make Nes Games ... Fan Made

The NES Blocks
idk this is Fan-Made extension , this never exist…
But this is funny


when green flag clicked
run[Setup Nes] ::grey

When [Setup Nes v] is runned? ::hat grey
Nes Rom [Super_Mario_1.rom v] ::motion
Nes Mode [Play Game v] ::extension
Netplay Mode [No v] ::control
Run NES ::grey

NES Ready? ::hat grey
forever
if <key [w v] pressed?> then
Control NES [up v] ::motion
end
if <key [s v] pressed?> then
Control NES [down v] ::motion
end
if <key [a v] pressed?> then
Control NES [left v] ::motion
end
if <key [d v] pressed?> then
Control NES [right v] ::motion
end
if <key [space v] pressed?> then
Control NES [A v] ::motion
end
if <key [q v] pressed?> then
Control NES [B v] ::motion
end
if <key [1 v] pressed?> then
Control NES [Select v] ::motion
end
if <key [2 v] pressed?> then
Control NES [Start v] ::motion
end
Nes Screen [show v] ::pen
Nes Pixel every [0.05] secs ::pen
Set Palette [Super_Mario_1.rom v] as default ::pen

Super Mario Screen Nes for example :
tagrim123
Scratcher
500+ posts

How to make Nes Games ... Fan Made

is that image ai?
Alex5002
Scratcher
86 posts

How to make Nes Games ... Fan Made

tagrim123 wrote:

is that image ai?
Filtered with a pixel smoothing algorithm probably… This feature is available in many emulators.
Alex5002
Scratcher
86 posts

How to make Nes Games ... Fan Made

CharmanderHero190 wrote:

(OP)
Hmmm I'm not sure this is suitable for target users of Scratch. And this also lets people easily run games that are made by someone else, compltely destroying the concept of creativity. If people need to play NES games, they would use dedicated apps outside of Scratch, or shared projects that consist of running NES games.

Last edited by Alex5002 (Oct. 24, 2025 12:54:46)

CharmanderHero190
Scratcher
16 posts

How to make Nes Games ... Fan Made

NAH thats just Messen Emulator . i made it messen emulator a good texture and screenshort it
qqjonson1234
Scratcher
500+ posts

How to make Nes Games ... Fan Made

Alex5002 wrote:

Filtered with a pixel smoothing algorithm probably… This feature is available in many emulators.
Ewww 2x shading is horrible for 2d sprite based games
my_c00l_games
Scratcher
100+ posts

How to make Nes Games ... Fan Made

qqjonson1234 wrote:

Alex5002 wrote:

Filtered with a pixel smoothing algorithm probably… This feature is available in many emulators.
Ewww 2x shading is horrible for 2d sprite based games
yeah
my_c00l_games
Scratcher
100+ posts

How to make Nes Games ... Fan Made

CharmanderHero190 wrote:

The NES Blocks
idk this is Fan-Made extension , this never exist…
But this is funny


when green flag clicked
run[Setup Nes] ::grey

When [Setup Nes v] is runned? ::hat grey
Nes Rom [Super_Mario_1.rom v] ::motion
Nes Mode [Play Game v] ::extension
Netplay Mode [No v] ::control
Run NES ::grey

NES Ready? ::hat grey
forever
if <key [w v] pressed?> then
Control NES [up v] ::motion
end
if <key [s v] pressed?> then
Control NES [down v] ::motion
end
if <key [a v] pressed?> then
Control NES [left v] ::motion
end
if <key [d v] pressed?> then
Control NES [right v] ::motion
end
if <key [space v] pressed?> then
Control NES [A v] ::motion
end
if <key [q v] pressed?> then
Control NES [B v] ::motion
end
if <key [1 v] pressed?> then
Control NES [Select v] ::motion
end
if <key [2 v] pressed?> then
Control NES [Start v] ::motion
end
Nes Screen [show v] ::pen
Nes Pixel every [0.05] secs ::pen
Set Palette [Super_Mario_1.rom v] as default ::pen

Super Mario Screen Nes for example :

COOL IDEA

Powered by DjangoBB