Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joyrider3774/znax_funkey
A Remake of the Znax flash game by Nick Kouvaris for the funkey / rg nano console
https://github.com/joyrider3774/znax_funkey
arcade-game c funkey-s funkeys game games puzzle-game rg-nano sdl
Last synced: 9 days ago
JSON representation
A Remake of the Znax flash game by Nick Kouvaris for the funkey / rg nano console
- Host: GitHub
- URL: https://github.com/joyrider3774/znax_funkey
- Owner: joyrider3774
- License: mit
- Created: 2025-01-18T20:49:01.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2025-01-18T21:43:53.000Z (19 days ago)
- Last Synced: 2025-01-18T22:18:52.841Z (19 days ago)
- Topics: arcade-game, c, funkey-s, funkeys, game, games, puzzle-game, rg-nano, sdl
- Language: C
- Homepage: https://joyrider3774.github.io/znax_funkey/
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Znax Funkey
![DownloadCountTotal](https://img.shields.io/github/downloads/joyrider3774/znax_funkey/total?label=total%20downloads&style=plastic) ![DownloadCountLatest](https://img.shields.io/github/downloads/joyrider3774/znax_funkey/latest/total?style=plastic) ![LatestVersion](https://img.shields.io/github/v/tag/joyrider3774/znax_funkey?label=Latest%20version&style=plastic) ![License](https://img.shields.io/github/license/joyrider3774/znax_funkey?style=plastic)Znax is a remake of a game by Nick Kouvaris. It is a sort of puzzle / arcade game where you as the player need to select 4 blocks of the same color as the corners of rectangles as big as you can.
## Screenshots
![screenshot 1](screenshots/screenshot1.png)
![screenshot 2](screenshots/screenshot2.png)
![screenshot 3](screenshots/screenshot3.png)
![screenshot 4](screenshots/screenshot4.png)## Funkey Game Features / changes:
- High score saving and loading
- Optimized Game time, games take less time than in original gp2x game
- Relative Timer game mode tweaks, you gain less time for clearing blocks compared to original gp2x game, this prevents endless games
- Removed Skin support compared to original gp2x game
- Adjust and save volume for the game## Playing the Game:
You as the player need to select 4 blocks of the same color of the corners of rectangles as big as you can. By doing so you will erase all blocks in this rectangle and they will be replaced by new blocks. You keep on doing this untill the time runs out, and try to gain your highest score possible.## Game Modes:
There are two game modes, Relative Timer and Fixed Timer.### Fixed Timer:
In this mode you don't get extra time for deleting blocks but just points added to your score so here you try to get the highest amount of points in the given time period.### Relative Timer:
In this mode you will gain extra time for deleting blocks and points added, you try to keep gaining time so you can play longer and gain higher scores.## Controls
| Button | Action |
| ------ | ------ |
| Dpad | Select menu's, Move cursor during game play|
| A or START or X or Y| Confirm in menus, Select a block |
| B | Back in menu, gametype selector and game |
| L | Decrease Volume |
| R | Increase Volume |## Credits
Game Remake Created by Willems Davy, Original game by Nick Kouvaris. The original flash game is still available on [wayback machine](https://web.archive.org/web/20090220141735/http://lightforce.freestuff.gr/znax.php)### Music
Music was made by donskeeto for the gp2x game version and resued in this version### Graphics
All Graphics were made by Willems Davy initially for the gp2x version in jasc paint shop pro 7. The graphics have been adapted for the funkey handheld resolution using gimp.### Sound
Game Sounds are some parts recorded by Willems Davy and modified with goldwave studio (for the voices), some parts were made using SFXR### Libraries
- SDL
- SDL_MIXER
- SDL_TTF
- SDL_GFX
- SDL_IMAGE