More actions
(Updated to explain new version) |
No edit summary |
||
Line 13: | Line 13: | ||
|donation=https://github.com/darius-grauslys/AncientsGame/blob/master/README.md#donate | |donation=https://github.com/darius-grauslys/AncientsGame/blob/master/README.md#donate | ||
}} | }} | ||
<!--ancientsgameds.7z--> | |||
An early release of an RPG homebrew game for the NDS. | An early release of an RPG homebrew game for the NDS. | ||
Line 31: | Line 32: | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/dshomebrew/ancientsgameds2.png | https://dlhb.gamebrew.org/dshomebrew/ancientsgameds2.png | ||
==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 = "WolveSlayer"; | |||
EJS_gameUrl = 'https://dlhb.gamebrew.org/onlineemulators/nds/AncientsGame.7z'; | |||
</script> | |||
{{EmulatorJS Loader}} | |||
}} | |||
{{DS Control Settings}} | |||
<!--END Online Emulator Section--> | |||
==Known issues== | ==Known issues== | ||
No issues currently known. Old issues fixed as of version 0.0.2 | No issues currently known. Old issues fixed as of version 0.0.2 | ||
==Changelog== | |||
'''0.0.2''' | |||
*Fixed bugs: | |||
**Player inventory does no longer disappears after a chest is unloaded from the world | |||
**Animations are less janky | |||
**Combat is substantially more consistent | |||
*New Features: | |||
**Entities cannot move while attacking | |||
'''v0.0.1-alpha''' | |||
*Initial public alpha release. | |||
==External links== | ==External links== | ||
* GitHub - https://github.com/darius-grauslys/AncientsGame | * GitHub - https://github.com/darius-grauslys/AncientsGame | ||
* GBAtemp - https://gbatemp.net/threads/hello-i-made-an-nds-game.658647/ | * GBAtemp - https://gbatemp.net/threads/hello-i-made-an-nds-game.658647/ |
Revision as of 03:05, 30 July 2024
AncientsGame | |
---|---|
General | |
Author | Darius Grauslys |
Type | Role Playing |
Version | 0.0.2-alpha |
License | Mixed |
Last Updated | 2024/07/23 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
An early release of an RPG homebrew game for the NDS.
User guide
You explore an endless procedurally generated world with "shrines" that are guarded by four skeletons. At the center of each shrine is a chest with treasure (can be opened with X.)
You need a weapon to be able to attack, luckily you start with a stick in your inventory. You can equip it by tapping the wood-like button in the equipment menu and dragging the stick to the potion icon.
There are a couple of armors and weapons you can find in the chests.
Controls
D-Pad - Move
A - Use your main-hand item (currently the first potion, see bugs.)
X - Open a chest
Screenshots
Online Emulator
Nintendo DS | Keyboard |
---|---|
Known issues
No issues currently known. Old issues fixed as of version 0.0.2
Changelog
0.0.2
- Fixed bugs:
- Player inventory does no longer disappears after a chest is unloaded from the world
- Animations are less janky
- Combat is substantially more consistent
- New Features:
- Entities cannot move while attacking
v0.0.1-alpha
- Initial public alpha release.