Log In  
Follow
sap

by sap
Cart #36338 | 2017-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

by sap
Cart #36299 | 2017-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

by sap
Cart #36295 | 2017-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

by sap
Cart #36226 | 2017-01-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

[ Continue Reading.. ]

2
1 comment



Adjustments to the collision detection.

Cart #10908 | 2015-05-24 | Code ▽ | Embed ▽ | No License
5

A simple game to test the waters. Mostly playable. A few bug fixes and polish left. :]

Cart #10903 | 2015-05-24 | Code ▽ | Embed ▽ | No License
5

5
2 comments



is it possible to avoid the aliasing when you move diagonally?

like a movement vector of {1,1} is okay because you are moving full pixels, but { 0.707, 0.707 } starts to alias.

is there anything to be done here?

0 comments



is there a sleep function? it might be a nice to have for certain effects.

1 comment