]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/snake-game/game/game.factor
factor: trim using lists
[factor.git] / extra / snake-game / game / game.factor
index f181157f0d9ab0a1d5a50a662f4153046e708d44..e70950edaa9191d8c75129eeb5396323ec00bced 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2015 Sankaranarayanan Viswanathan.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs combinators fry kernel make math
+USING: accessors arrays assocs combinators kernel make math
 math.vectors random sequences sets sorting ;
 
 IN: snake-game.game