Log In  
Follow
eis

by eis
Cart #44720 | 2017-09-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments



Cart #41154 | 2017-05-31 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
2 comments



Cart #40272 | 2017-05-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments





sizzle equals subs

move knife with arrow keys (move knife to the right to cut stuff)

15
6 comments




1.0.1: Quick fix for the title screen

main inspiration

The main slowdown factor of the whole thing is this:

for x=0,127 do
		for y=0,127 do
			if brd[x][y] != 0 then
				pset(x,y,brd[x][y])
			end
		end
	end

I have to copy everything from the board to the screen, every frame. Maybe someone could help with a more efficient way to do that?

Sometimes, very rarely, snakes just crash into themselves when nothing happens. Should maybe fix that.

The stupid AI is surprisingly good at beating me. I should probably practice some curve fever.

Feedback is greatly appreciated!

6
3 comments



Cart #34047 | 2016-12-23 | Code ▽ | Embed ▽ | No License


Cart #33939 | 2016-12-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
8 comments



My mechanic is basically that there's a real world and a reflected world, and stuff can show up in both or just one of these worlds.
Simple Demo
Do you have any idea for a puzzle that I could make with it? I guess ideas come with time, but I some feedback could help :D
Ideas to change/extend the mechanic in some levels are obviously very welcome

5 comments