More actions
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
A/R/L - Throw the ball | A/R/L - Throw the ball | ||
<!--BEGIN Online Emulator Section--> | |||
==Online Emulator== | |||
{{#tag:html| | |||
<div style='width:520px;height:390px;max-width:100%'><div id='game'></div></div> | |||
<script type='text/javascript'> | |||
{{DS EmulatorJS Settings}} | |||
EJS_core = 'nds'; | |||
EJS_gameName = "Happy Holi-DS"; | |||
EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/happyholids.7z'; | |||
</script> | |||
{{EmulatorJS Loader}} | |||
}} | |||
{{DS Control Settings}} | |||
<!--END Online Emulator Section--> | |||
==Credits== | ==Credits== | ||
Special Thanks to: | Special Thanks to: |
Revision as of 06:22, 13 Ocak 2024
Happy Holi-DS | |
---|---|
General | |
Author | John Lavigne |
Type | Arcade Games |
Version | 2009 |
License | Mixed |
Last Updated | 2005/12/31 |
Links | |
Download | |
Website | |
Source | |
Happy Holi-DS is a homebrew Breakout game with Christmas themed levels.
It was participated in the Drunken Coders' Holiday Competition.
User guide
It contains 5 levels:
- Presents.
- A Christmas Tree.
- A fire in a fireplace.
- An advent Wreath.
- A house in the winter.
Controls
Stylus - Move paddle
Start - Restart
A/R/L - Throw the ball
Online Emulator
Nintendo DS | Keyboard |
---|---|
Credits
Special Thanks to:
- Angel, for input and support.
- Chris Double, for teaching how to program on the DS through tutorials.
- laZmike, for testing game.
- _Heathen, for testing game at last minute and for input.
Code modified from:
- Demo1 ARM9 Code - Based on an example shipped with NDSLIB.
- Chris Double.