Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joyrider3774/blips
A Remake of the dos Bips game from Bryant Brownell for the vircon32. It is a Puzzle game which is a variation of sokoban written in SDL 1 based on my old gp2x version
https://github.com/joyrider3774/blips
cpp game game-dev puzzle-game remake-game remake-games retro-game retrogaming sdl
Last synced: about 3 hours ago
JSON representation
A Remake of the dos Bips game from Bryant Brownell for the vircon32. It is a Puzzle game which is a variation of sokoban written in SDL 1 based on my old gp2x version
- Host: GitHub
- URL: https://github.com/joyrider3774/blips
- Owner: joyrider3774
- License: mit
- Created: 2024-10-12T22:12:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T22:45:58.000Z (3 months ago)
- Last Synced: 2024-11-08T23:26:31.392Z (3 months ago)
- Topics: cpp, game, game-dev, puzzle-game, remake-game, remake-games, retro-game, retrogaming, sdl
- Language: C++
- Homepage: https://joyrider3774.github.io/blips/
- Size: 2.06 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
# Blips
![DownloadCountTotal](https://img.shields.io/github/downloads/joyrider3774/blips/total?label=total%20downloads&style=plastic) ![DownloadCountLatest](https://img.shields.io/github/downloads/joyrider3774/blips/latest/total?style=plastic) ![LatestVersion](https://img.shields.io/github/v/tag/joyrider3774/blips?label=Latest%20version&style=plastic) ![License](https://img.shields.io/github/license/joyrider3774/blips?style=plastic)Blips is a remake of the dos bips game made by Bryant Brownell, its a sokoban style puzzle game but with exploding dynamite and collecting coins
## Screenshots
![screenshot 1](screenshots/screenshot1.png)
![screenshot 2](screenshots/screenshot2.png)
![screenshot 3](screenshots/screenshot3.png)
![screenshot 4](screenshots/screenshot4.png)## Game Features:
- 26 Levels of original Bips game
- Level Editor (Create your own Level Packs)
- Autosaves progress## Playing the Game:
The aim of the game is to collect all the dollar coins in a level, you need to create pathways to these coins by pushing boxes around or even make them explode by pushing them into the dynamite## Controls Gamepad (xbox controller)
| Button | Action |
| ------ | ------ |
| A | Confirm in menus, level selector and questions asked, place a part in the level editor |
| B | Quit to title screen on the level selector, Quit to level selector in game and level editor mode. Quit the game on the titlescreen |
| Y | In Level editor Mode, Create a new level when being in the level selector. In the level editor itself erase all parts from the screen. Inside the game itself restart the level |
| X | In the level editor, center the level on screen |
| JOYSTICK | move main player |
| SELECT | Show statistics during a game. Hide the part position/grid in the level editor |
| L | At the level Selector decrease selected level with 5, During game play select the next Skin. In the level editor select previous part |
| R | At the level Selector increase selected level with 5, During game play select next music. In the level editor select next part. |
| START | Test level when being in the level editor, go back to level editor after testing, Restart the current level |
| Y + JOYSTICK | When playing a level you can look around in the level freely |## Controls (Keyboard)
| Button | Action |
| ------ | ------ |
| A, SPACE, RETURN | Confirm in menus, level selector and questions asked, place a part in the level editor |
| B | Show statistics during a game. Hide the part position/grid in the level editor |
| Y | In Level editor Mode, Create a new level when being in the level selector. In the level editor itself erase all parts from the screen. Inside the game itself restart the level |
| X | In the level editor, center the level on screen |
| Arrow Keys | move main player |
| ESCAPE | Quit to title screen on the level selector, Quit to level selector in game and level editor mode. Quit the game on the titlescreen |
| L, PAGEDOWN | At the level Selector decrease selected level with 5, During game play select the next Skin. In the level editor select previous part |
| R, PAGEUP | At the level Selector increase selected level with 5, During game play select next music. In the level editor select next part. |
| RETURN | Test level when being in the level editor, go back to level editor after testing, Restart the current level |
| Y + Arrow keys | When playing a level you can look around in the level freely |## Credits
Game is a remake of dos bips game made by Bryant Brownell and based on the gp2x version i initially made### Libraries
- SDL
- SDL_MIXER
- SDL_TTF
- SDL_GFX
- SDL_IMAGE### Level authors
- Bryant Brownell
- Landon Brownell
- Caryn Brownell
- The PocoMan Team### Music
Music was made by donskeeto### Graphics
- dollar coin - [kenney game assets all in 1](https://kenney.itch.io/kenney-game-assets) - [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
- wall: [1001.com](https://opengameart.org/content/sokoban-pack) - [Attribution-ShareAlike 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/)
- floor: [Kenney Sokoban tiles](https://opengameart.org/content/sokoban-100-tiles) - [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
- player: [Kenney Sokoban tiles](https://opengameart.org/content/sokoban-100-tiles) - [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
- box: [SpriteAttack boxes and crates](https://opengameart.org/content/boxes-and-crates-svg-and-pngs) - [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
- dynamite: [GUI Icons by Rexard](https://www.gamedevmarket.net/asset/gui-icons-8656) - I Payed for this asset do not reuse !### Sound
- stageend.wav: [game music stingers and ui sfx pack 2](https://www.gamedevmarket.net/asset/game-music-stingers-and-ui-sfx-pack-2/) - I Payed for this Asset do not reuse !