Difference between revisions of "Gnujump"

From Free Software Directory
Jump to: navigation, search
(update, fix URLs)
m (Text replacement - "|Documentation note='''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-...)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNUjump
 
|Name=GNUjump
|Short description=GNUjump is a simple game where your goal is to keep jumping to upper falling platforms in order to avoid touching the lower part of the screen.
+
|Short description=Platform jumping game.
 
|Full description=GNUjump is a simple game where your goal is to keep jumping to upper falling platforms in order to avoid touching the lower part of the screen. Despite being written from scratch, it is inspired by Xjump and tries to emulate its game logic accurately, as well as adding new features that Xjump lacked:
 
|Full description=GNUjump is a simple game where your goal is to keep jumping to upper falling platforms in order to avoid touching the lower part of the screen. Despite being written from scratch, it is inspired by Xjump and tries to emulate its game logic accurately, as well as adding new features that Xjump lacked:
 
* Multiplayer mode (up to four players, not networked)
 
* Multiplayer mode (up to four players, not networked)
Line 11: Line 11:
  
 
The game was previously known as SDLjump.
 
The game was previously known as SDLjump.
|Homepage URL=http://www.gnu.org/software/gnujump/
+
|Homepage URL=https://www.gnu.org/software/gnujump/
|User level=none
+
|Is High Priority Project=No
|Computer languages=C
+
|VCS checkout command=git clone git://git.sv.gnu.org/gnujump.git
 +
 
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://jump.gnu.sinusoid.es/index.php?title=Contribute
 +
|Related projects=gnustandards
 
|Keywords=GNUjump
 
|Keywords=GNUjump
 
|Version identifier=1.0.8
 
|Version identifier=1.0.8
 
|Version date=2012/07/24
 
|Version date=2012/07/24
 
|Version status=stable
 
|Version status=stable
|Version download=ftp://ftp.gnu.org/gnu/gnujump/gnujump-1.0.8.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/gnujump/gnujump-1.0.8.tar.gz
|Last review by=mtjm
+
|Last review by=Bendikker
|Last review date=2012/09/28
+
|Last review date=2019/01/13
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
 +
|User level=none
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/gnujump/gnujump-1.0.8.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gnujump
 
|GNU package identifier=gnujump
 +
|Decommissioned/Obsolete=No
 
|License verified date=2006-10-17
 
|License verified date=2006-10-17
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=mtjm
+
|License verified by=Bendikker
|License verified date=2006-10-17
+
|License verified date=2018/05/10
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Juan Pedro Bolivar Puente
+
|Real name=Juan Pedro Bolívar Puente
 
|Role=Maintainer
 
|Role=Maintainer
|Email=magnicida@gmail.com
+
|Email=raskolnikov@gnu.org
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/gnujump
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/gnujump/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
 
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://savannah.gnu.org/bugs/?group=gnujump
+
|Resource URL=https://git.savannah.gnu.org/cgit/gnujump.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnujump-users/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Help,Support
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnujump-devel/
|Resource URL=mailto:magnicida@gmail.com
+
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/gnujump/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Game=classic-arcade
 
|Interface=x-window-system
 
|Interface=x-window-system
 +
|Programming-language=C
 +
|Runs-on=Windows, OS X, GNU/Linux
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=SDL Mesa SDL_image SDL_mixer
+
|Prerequisite description=[[SDL Mesa]] [[SDL_image]] [[SDL_mixer]]
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=SDL Mesa SDL_image SDL_mixer
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 14:42, 4 December 2020


[edit]

GNUjump

https://www.gnu.org/software/gnujump/
Platform jumping game.

GNUjump is a simple game where your goal is to keep jumping to upper falling platforms in order to avoid touching the lower part of the screen. Despite being written from scratch, it is inspired by Xjump and tries to emulate its game logic accurately, as well as adding new features that Xjump lacked:

  • Multiplayer mode (up to four players, not networked)
  • Smooth graphics possible (but xjump style as well)
  • Different themes are available
  • Can use OpenGL for rendering
  • Replays
  • Sounds

The game was previously known as SDLjump.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

10 May 2018




Leaders and contributors

Contact(s)Role
Juan Pedro Bolívar Puente Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnujump-users/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnujump-devel/
Downloadhttps://ftp.gnu.org/gnu/gnujump/
Debian (Ref)https://tracker.debian.org/pkg/gnujump
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gnujump.git/
Savannah (Ref)https://savannah.gnu.org/projects/gnujump/


Software prerequisites

KindDescription
Required to useSDL Mesa SDL_image SDL_mixer




Entry







"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.