Jump560
A downloadable game for Windows
A quick build game for the TweetTweetJam 2018. Built in Python in less than 560 characters. You are "p" playing against your opponent, "x" you need to jump to their side of the board before they jump to your side of the board.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Status | Prototype |
Platforms | Windows |
Author | gmane |
Tags | Experimental, tweettweetjam |
Install instructions
Windows MSI installer should work to install the game. Otherwise, runs using Python 3. Only library included is the build in "random" library. Source code released under the GPLv3 License.
Comments
Log in with itch.io to leave a comment.
Fun! Makes me want to build a text-based puzzle game of my own. :)