main | nds compo site | tutorials

Language Mode: plain text | java | cpp | ruby | python | lolcode
1
def n-echo

collapse/expand
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Welcome, voters!  Since you are probably already bored, I'll cut to the chase.

n-echo is a clone of PSP/PS3 puzzle game "echochrome".  Or rather, it's the NDS
version of the clone I've made.  If you want to try it out, you could try out appropriate
version of l-echo for your computer, or the applet version j-echo
in your browser.

Development of l-echo, n-echo, etc. have stopped because the current engine only
does about half of what the original engine does, and the other half isn't
done very well.  Here's the original echochrome's engine, for example:





Holes and launchers are not working correctly in l-echo, and the engine is decidedly
too hackish.  However, it's still works.  When I finish my current project, I'll probably
restart this project.  In the mean time, you can play around with l-echo on your NDS or computer.
21
#----DOWNLOAD----
22
if(your_os == "nds"
23
|| your_os == "windows"
24
|| your_os == "mac"
25
|| your_os == "linux")
26
return(http://code.google.com/p/l-echo/)
27
else
28
#----Sorry, don't have a download for your OS----
29
return(nil)
30
end
31