""" Slice It Off! - Game where you slice the area where enemies reside to the minimum """ from game import Game game = Game() game.run()