{"id":19199685,"url":"https://github.com/arximboldi/gnujump","last_synced_at":"2025-05-09T01:23:56.767Z","repository":{"id":33237446,"uuid":"36881761","full_name":"arximboldi/gnujump","owner":"arximboldi","description":"Official mirror of GNU Jump, a simple yet addictive jumping game. https://jump.gnu.sinusoid.es","archived":false,"fork":false,"pushed_at":"2015-06-05T15:48:54.000Z","size":7852,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T20:12:09.091Z","etag":null,"topics":["arcade","game","gnu","jump","platformer","sdl"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arximboldi.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-04T16:18:39.000Z","updated_at":"2025-03-08T22:52:12.000Z","dependencies_parsed_at":"2022-07-13T10:20:31.241Z","dependency_job_id":null,"html_url":"https://github.com/arximboldi/gnujump","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arximboldi%2Fgnujump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arximboldi%2Fgnujump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arximboldi%2Fgnujump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arximboldi%2Fgnujump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arximboldi","download_url":"https://codeload.github.com/arximboldi/gnujump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253172346,"owners_count":21865498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcade","game","gnu","jump","platformer","sdl"],"created_at":"2024-11-09T12:28:25.280Z","updated_at":"2025-05-09T01:23:56.748Z","avatar_url":"https://github.com/arximboldi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nGNUjump\n=======\n\n[![GNU](http://www.gnu.org/graphics/gnubanner-2.png)](http://www.gnu.org)\n[![GPL](http://psychosynth.com/images/gplv3.png)](http://gplv3.fsf.org/)\n\nGNUjump is a clone of the simple yet addictive game Xjump, adding new\nfeatures like multiplaying, unlimited FPS, smooth floor falling,\nthemable graphics, sounds, replays, ...\n\nGNUjump is part of the GNU project.\nMore info at: http://gnujump.es.gnu.org\n\n![screenshot](http://gnujump.es.gnu.org/upload/0/0e/Screenie2.png)\n\nThe goal in this game is to jump to the next floor trying not to fall\ndown. As you go upper in the Falling Tower the floors will fall\nfaster. Try to survive longer get upper than anyone. It might seem too\nsimple but once you've tried you'll realize how addictive this is.\n\nThis program is made by Juan Pedro Bolivar Puente\n`raskolnikov@gnu.org`, with the help of others, see `AUTHORS`\nfile. You can distribute, copy and alter it in the terms of the GPL\nlicense. Read `COPYING` for mor details.\n\nInstallation\n------------\n\nExtract the sources:\n\n\u003e ```\n\u003e tar xjvf gnujump-VERSION.tar.bz2\n\u003e ```\n\nAnd then run:\n\n\u003e ```\n\u003e ./configure\n\u003e make\n\u003e make install\n\u003e ```\n\nFor more compilation options: `./configure --help`\n\nFor a further explanation read `INSTALL`.\n\nOptions\n-------\n\nTo view the whole range of options availible run: `./gnujump --help`\n\nDefault Controls\n----------------\n\nThese are the default controls:\n\nPlaryer 1:\n* up\t- up key\n* left\t- left key\n* right\t- right key\n\nPlaryer 2:\n* up\t- w key\n* left\t- a key\n* right\t- d key\n\nPlaryer 3:\n* up\t- i key\n* left\t- j key\n* right\t- l key\n\nPlaryer 4:\n* up\t- kp8 key\n* left\t- kp4 key\n* right\t- kp6 key\n\nThe MODE tab in the High Scores screen\n--------------------------------------\n\nThe *mode* tab in the Highscores might seem strange at first, but it\nis quite simple: it represents the Game Mode options set in that\nmatch. Each letter represents an option:\n\n* *1st Letter*: The FPS limiter\n\t- `s`: GNUjump default - An arbitrary FPS limit.\n\t- `x`: Xjump - 40 fps, the xjump default\n* *2nd Letter*: The player rotation\n\t- `s`: GNUjump default - full rotation.\n\t- `x`: Xjump rotation mode\n\t- `n`: No rotation\n* *3rd Letter*: The falling floors scroll mode.\n\t- `s`: GNUjump default - Soft\n\t- `x`: Xjump - Hard\n\nLicense\n-------\n\n\u003e  Copyright (C) 2004-2015 Juan Pedro Bolívar Puente\n\u003e\n\u003e  This program is free software: you can redistribute it and/or\n\u003e  modify it under the terms of the GNU General Public License as\n\u003e  published by the Free Software Foundation, either version 3 of the\n\u003e  License, or (at your option) any later version.\n\u003e\n\u003e  This program is distributed in the hope that it will be useful,\n\u003e  but WITHOUT ANY WARRANTY; without even the implied warranty of\n\u003e  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\u003e  GNU General Public License for more details.\n\u003e\n\u003e  You should have received a copy of the GNU General Public License\n\u003e  along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farximboldi%2Fgnujump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farximboldi%2Fgnujump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farximboldi%2Fgnujump/lists"}