1 / 1

Game Character Generator for Generic Role Playing Game

Game Character Generator for Generic Role Playing Game. Ross Wilkie. This project is an endeavour to create a customisable videogame character generator, that allows users to specify their ideal character based on well known RPG statistics.

blade
Télécharger la présentation

Game Character Generator for Generic Role Playing Game

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Game Character Generator for Generic Role Playing Game Ross Wilkie This project is an endeavour to create a customisable videogame character generator, that allows users to specify their ideal character based on well known RPG statistics. The user of the system can enter numbers to represent 5 common statistics used by game characters in your average RPG. The system then searches through a collection of well known videogame protagonists (past and present) and assigns the user that character which best fits their requirements. Each character has attributes such as Speed, HitPoints, MagicPoints etc, that are derived from their Stats. When the user is happy with their assigned character they can create a character model that will be useable in a generic RPG environment. This character model is plugged into a simple Java based 2D game, and the user can control a sprite of their chosen character in the game. Since each character model had different strengths and weaknesses, the outcome of the game, and the way the game is played will be different for each character. At this stage in development, the character generator interface is virtually complete. The game environment is being developed from open source Java code available on the Internet. CHARACTER DATABASE Mario;5;5;5;5;5; Bowser;8;2;5;7;8; Sonic;4;8;5;4;4; The database is just a proprietary file that can be modified (add/remove chars, change stats etc). The character model is plugged into the game.

More Related