More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Games (Adventure) - GameBrew! | |title=Vita Homebrew Games (Adventure) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/Samuel85/Abbey | |source=https://github.com/Samuel85/Abbey | ||
}} | }} | ||
This repository contains a new implementation of the classic video game "La abadía del crimen" or "The Abbey of Crime" for pc and the RG350 handheld. | |||
Based on the great work of Manuel Abadía for the VIGASOCO project, this new version reduces the computational power necessary for the emulation of the inner behavior of the Amstrad CPC on which the original video game was designed, and replace it with modern programming patterns and data structures. While the original VIGASOCO project needed four threads to emulate video, inputs, sound, and the main game, this new version reduces the need to use threads, making it easy to port to low specs machines like the RG350, the Nintendo 3ds, or Android. | |||
==Status== | |||
At this point, the game is stable, can run smoothly, includes new features in the menu system, and supports Forcefeedback, but more work needs to be done testing the game and fixing new bugs. | |||
There is a need to redesign some of the classes inherited from the VIGASOCO project. While the latter was designed to create a framework for the design of games, most of these features are beyond this project's scope, making the maintenance of the code more difficult. | |||
==Media== | ==Media== | ||
<youtube>YpGBSjZLvsQ</youtube> | <youtube>YpGBSjZLvsQ</youtube> | ||
==Screenshot== | |||
[[image:abbeyofcrimevita.jpg]] | |||
== | ==Changelog== | ||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* Github - https://github.com/Samuel85/Abbey | * Github - https://github.com/Samuel85/Abbey | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/635 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/635 | ||
Revision as of 01:31, 16 October 2022
Abbey of Crime | |
---|---|
File:Abbeyofcrimevita.jpg | |
General | |
Author | Samuel85 |
Type | Adventure |
Version | 1.0 |
License | Mixed |
Last Updated | 2021/03/07 |
Links | |
Download | |
Source | |
This repository contains a new implementation of the classic video game "La abadía del crimen" or "The Abbey of Crime" for pc and the RG350 handheld.
Based on the great work of Manuel Abadía for the VIGASOCO project, this new version reduces the computational power necessary for the emulation of the inner behavior of the Amstrad CPC on which the original video game was designed, and replace it with modern programming patterns and data structures. While the original VIGASOCO project needed four threads to emulate video, inputs, sound, and the main game, this new version reduces the need to use threads, making it easy to port to low specs machines like the RG350, the Nintendo 3ds, or Android.
Status
At this point, the game is stable, can run smoothly, includes new features in the menu system, and supports Forcefeedback, but more work needs to be done testing the game and fixing new bugs.
There is a need to redesign some of the classes inherited from the VIGASOCO project. While the latter was designed to create a framework for the design of games, most of these features are beyond this project's scope, making the maintenance of the code more difficult.
Media
Screenshot
Changelog
(v.1.0)
- First Release.
External links
- Github - https://github.com/Samuel85/Abbey
- VitaDB - https://vitadb.rinnegatamante.it/#/info/635