Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgalan committed Sep 14, 2021
0 parents commit aa7d820
Show file tree
Hide file tree
Showing 108 changed files with 13,377 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj/
build/
.vscode/
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# El Dueloroso

**El Dueloroso** is a western-themed arcade game for the Nintendo Game Boy.
Submitted as a [Game Boy Competition 2021](https://itch.io/jam/gbcompo21) entry.
Download the latest version [here](https://github.com/ajgalan/el-dueloroso/releases/latest).

![El Dueloroso Boxart](assets/ElDueloroso_Boxart.png)

## Table of contents

- [Features](#features)
- [Screenshots](#screenshots)
- [Build instructions](#build-instructions)
- [Licenses](#licenses)
- [Credits](#credits)
- [Links](#links)

## Features
- Gameplay experience inspired by early Game Boy titles
- 15 levels
- 3 game modes
- 4 difficulty options
- Custom graphics
- Original soundtrack
- 64 KiB ROM (with MBC1)
- SRAM for high scores saving

## Screenshots
![El Dueloroso Screenshot 1](assets/screenshot1.png)
![El Dueloroso Screenshot 2](assets/screenshot2.png)
![El Dueloroso Screenshot 3](assets/screenshot3.png)
![El Dueloroso Screenshot 4](assets/screenshot4.png)
## Build instructions

1. Download [GBDK 2020 v4.0.4](https://github.com/gbdk-2020/gbdk-2020/releases/tag/4.0.4)
2. Clone this repository and modify the first line of `make.bat` by defining the path to GBDK
3. Run `make.bat`
4. The compiled game will be located at `build/ElDueloroso.gb`

## Licenses
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

## Credits
This game was made using:
- [GBDK 2020](https://github.com/gbdk-2020/gbdk-2020)
- [hUGEDriver](https://github.com/SuperDisk/hUGEDriver)
- [hUGEBuild](https://github.com/untoxa/hUGEBuild)

## Links
- [Game Boy Competition 2021](https://itch.io/jam/gbcompo21) itch.io page
- [El Dueloroso](https://adrianjg.itch.io/el-dueloroso) itch.io page
- [Adrián JG](https://adrianjg.itch.io) itch.io page
Binary file added assets/BigTextUI.gbr
Binary file not shown.
Binary file added assets/DuelBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/DuelCharacters.gbr
Binary file not shown.
Binary file added assets/ElDueloroso_Boxart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ElDueloroso_Label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/GameOverBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/IconsUI.gbr
Binary file not shown.
Binary file added assets/MainMenuSprites.gbr
Binary file not shown.
Binary file added assets/Numbers.gbr
Binary file not shown.
Binary file added assets/PausedUI.gbr
Binary file not shown.
Binary file added assets/RidingBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/RidingSprites.gbr
Binary file not shown.
Binary file added assets/ShootingBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ShootingSprites.gbr
Binary file not shown.
Binary file added assets/SpriteDesigns.gbr
Binary file not shown.
Binary file added assets/Text.gbr
Binary file not shown.
Binary file added assets/Title_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/border.gbr
Binary file not shown.
Binary file added assets/duelsprites.gbr
Binary file not shown.
Binary file added assets/easterEgg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gbCompo2021.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/loseSong.uge
Binary file not shown.
Binary file added assets/ridingSong.uge
Binary file not shown.
Binary file added assets/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/shootingSong.uge
Binary file not shown.
Binary file added assets/titleSong.uge
Binary file not shown.
Binary file added assets/winSong.uge
Binary file not shown.
Loading

0 comments on commit aa7d820

Please sign in to comment.