Difference between revisions of "GGRogue"
Line 87: | Line 87: | ||
=== Updates === | === Updates === | ||
==== 30-08-2009 ==== | |||
And character generation and death works. Both are pretty simple. Building a new character will just give you a character with preset statistics, and death only gives you an option to restart. That's right, the game is built to be in "Ironman Mode". You die, that's it. | |||
Now all that's left is to fill the monster and item list, and then I'll open the game up for alpha. Don't expect a well-balanced game or varied gameplay. At best, call it a proof of concept. | |||
Whoops, just realised that I'd best also implement a simple system to upgrade the player's health. | |||
==== 27-08-2009 ==== | ==== 27-08-2009 ==== | ||
Line 113: | Line 121: | ||
* Moving from one level to the next | * Moving from one level to the next | ||
* Random dungeon algorithm | * Random dungeon algorithm | ||
* Account/Character creation | |||
* Death | |||
=== Needs to be implemented before alpha === | === Needs to be implemented before alpha === | ||
* | * Monster list | ||
* | * Item list | ||
* Health upgrade | |||
=== Features that I'd like to implement later === | === Features that I'd like to implement later === |
Revision as of 22:17, 29 August 2009
ggRogue | |
---|---|
Talkie-Talkie Project | |
Developer | Ruben van der Leun |
Theme | Dungeon Hack & Slash |
Influences | Roguelike |
Licensing | Unknown |
P. Language | English |
Platforms | Web-based, requires Javascript |
Interface | ASCII, Mouse |
Game Length | Unknown |
Description
ggRogue is a browser roguelike, focused on delivering a fairly cliche, but enjoyable dungeons Hack and Slash that can be played on the go and during quick breaks. It is completely web-based, everything is controlled via the mouse. You login, create a character and are immediately dropped in a dungeon, ready to face the danger within. Your savegame is updated continually. If you log out and come back at a later time, your savegame will be right where you left off.
Development
Right, let me explain a bit what ggRogue is all about. First off, for the past few weeks, I had been learning more and working with AJAX for a web-based project and became very interested with the possibilities that it was offering. Second, I'm a regular user of iGoogle and also wanted to learn a bit on how the gadgets work. Finally, I wanted a game that I could always play in iGoogle during a quick break or when I'm waiting for someone. Finally, I wanted to have a game that I could easily build without worrying too much about graphics. And thus, ggRogue was born.
For the record, the project started out to be played in Google Gadgets, because the developer seriously wanted to have a roguelike that he can quickly pick up and play. However, ggRogue can be adapted in the future for different online gadgets.
Updates
30-08-2009
And character generation and death works. Both are pretty simple. Building a new character will just give you a character with preset statistics, and death only gives you an option to restart. That's right, the game is built to be in "Ironman Mode". You die, that's it.
Now all that's left is to fill the monster and item list, and then I'll open the game up for alpha. Don't expect a well-balanced game or varied gameplay. At best, call it a proof of concept.
Whoops, just realised that I'd best also implement a simple system to upgrade the player's health.
27-08-2009
Just had a quick break in-between work, so I quickly implemented the necessary code to spawn items. With that, the dungeon generation algorithm is actually quietly finished for now. The monster/item lists just need to be filled with the proper challenge/loot. I'll likely do some brainstorming during lunch hour, and start working on the death system in the mean time.
25-08-2009
Rooms are now created, may want to change the UI a bit to reflect this better. Monster spawning works as well, just need to populate the monsters list. But first, I'll add the code for item spawning.
23-08-2009
Just finished implementing the code for using stairs. When entering a new, unexplored level, a new level is built. And yes, you can also go back upstairs. Everything that you left in there(items, monsters) is stored. Next stop is adding rooms, monsters and items to the level creation algorithm
22-08-2009
Progress has been going pretty well. Most of the important features that I need are implemented, and I'm currently focusing on a simple dungeon-generating algorithm. Once I've got that done, the focus will shift on completing some needed features, and I'll likely go into a playable Alpha. Most of the stuff in there will likely evolve, like the character system and combat system.
Currently implemented
- Walking around
- Combat
- Inventory
- Character system
- Skills upgrade
- Moving from one level to the next
- Random dungeon algorithm
- Account/Character creation
- Death
Needs to be implemented before alpha
- Monster list
- Item list
- Health upgrade
Features that I'd like to implement later
- Ranged combat
- Magic spells
- Improved item spawning
- Inventory encumbrance
- A proper character system with classes/skill
- Leaderboard
- Dead PCs added as undead characters in dungeons