Logo by Nickman (anonymous IP: 18.191.27.78,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
Nelipala 0.13 Nelipala is an unofficial Tetris clone written by Juha Niemimaki. Controls: Cursor down - move piece down one row Cursor left - move piece left one column Cursor right - move piece right one column Space bar - drop piece quickly Z (or cursor up) - rotate piece left X - rotate piece right ESC - quit Settings.txt explained: full_screen - 1 for full screen mode, 0 for window vsync - 1 for vertical sync (typically 60 FPS), 0 for free running frame rate random_colors - 1 for randomized piece colors, 0 for fixed colors screen_width - display width screen_height - display height renderer_name - advanced setting: select the SDL2 "graphics engine" (see "logfile.txt" for available options) sound_volume - 0.0 for silence, 1.0 for full volume mixing_frequency - 44100 (Hz) for normal quality mixing_buffer - mixing buffer size. Bigger buffers may introduce audio lag stereo_mode - 1 for stereo, 0 for mono audio License: Nelipala binary and source code is licensed under MIT license. Nelipala uses SDL2 and SDL2_ttf libraries. See "licenses" directory for details. Compiling for Windows: 1) install MinGW, SDL2 and SDL2_ttf development packages 2) type "make -f makefile.win" to build Compiling for AmigaOS 4: 1) install the latest SDK and SDL2 and SDL2_ttf development packages 2) type "make -f makefile.os4" to build Compiling for Linux 1) install SDL2 and SDL2_ttf development packages 2) type "make -f makefile.rpi" to build Changes: 0.13: - animated background - settings file - vertical sync - sound effects (thanks to http://www.bfxr.net) - next piece display - instructions display - new colors - new font (Resagokr) 0.12: SDL2 port 0.11: refactoring 0.10: first public version |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |