1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-09-09 15:10:38 +02:00

Added Infinity game and cleaned up contribuitions guidelines

Still needs to highlights the sources document.
This commit is contained in:
Antonio Vivace
2016-08-19 10:46:54 +02:00
parent 6712a572b2
commit f8aef81787
3 changed files with 43 additions and 59 deletions

View File

@@ -1,17 +0,0 @@
# Contribution Guidelines
Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Suggested packages should be tested and documented.
- Make an individual pull request for each suggestion.
- Use the following format: `[resource](link) - Description.`
- Additions should be added to the bottom of the relevant category.
- New categories, or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive.
- Start the description with a capital and end with a full stop/period.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
- The pull request should have a useful title and include a link to the package and why it should be included.
Thank you!

View File

@@ -27,6 +27,7 @@ Here you can find everything to get started and master the development of unoffi
- [The Cycle-Accurate Game Boy Docs](https://github.com/AntonioND/giibiiadvance/blob/master/docs/TCAGBD.pdf)
- [Pan Docs](http://bgb.bircd.org/pandocs.htm) the single most comprehensive technical reference to GameBoy that is available to the public.
- [The Game Boy, a hardware autopsy](https://www.youtube.com/channel/UC008MpfclY6ap-QGzoTMNKg) A video series explaining how exactly a Game Boy works.
- [gbdev Sources](https://github.com/avivace/awesome-gbdev/blob/master/SOURCES.md) a collection of demos, homebrews and full games with complete sources (in C and ASM)
- [GBSOUND.txt](https://github.com/bwhitman/pushpin/blob/master/src/gbsound.txt)
- [DMG Schematics](http://gbdev.gg8.se/wiki/articles/DMG_Schematics)
- [GB Instructions](http://www.chrisantonellis.com/files/gameboy/gb-instructions.txt) Gameboy Assembly Language Commands
@@ -38,7 +39,6 @@ Here you can find everything to get started and master the development of unoffi
- [GameBoy CPU Manual](http://marc.rawer.de/Gameboy/Docs/GBCPUman.pdf) Assembly Language Commands, Timings and Opcodes
- [Assembly Language Programming Course](http://cratel.wichita.edu/cratel/ECE238Spr08) Machine and assembly language programming concepts that illustrate basic principles and techniques. Application through study of the Z80 chip and Gameboy programming assignments (Center for Research in Arts, Technology, Education, and Learning CRATEL at Withicha State Universiy).
- [Building a GameBoy emulator in JavaScript](http://imrannazar.com/GameBoy-Emulation-in-JavaScript) by _Imran Nazar_
- [gbdev Sources](https://github.com/avivace/awesome-gbdev/blob/master/SOURCES.md) a collection of demos, homebrews and games with complete sources (in C and ASM)
- [Game Boy Camera RE](https://github.com/AntonioND/gbcam-rev-engineer) Documentation about GB Camera and tools used to reverse engineer it by using Arduino UNO
## Development Softwares and Tools
@@ -107,7 +107,6 @@ gbdk
## Contributing
Help is appreciated. This list mainly need clear and explicative descriptions for every resource.
If want to suggest some resources, make an individual pull request for each suggestion and be sure to include a clear title and a link to your suggested resource (or list them in an issue).
See also the [Contribution guidelines](https://github.com/avivace/awesome-gbdev/blob/master/CONTRIBUTING.md).
## License

View File

@@ -1,6 +1,8 @@
# gbdev Sources
This is a list of demos,full homebrews or games for GameBoy with complete sources available. If you have a notable work you think should be here, feel free to contribute with a pull request or an issue(see also the [Contribution guidelines](https://github.com/avivace/awesome-gbdev/blob/master/CONTRIBUTING.md)).
## Honorable Mentions
- [Infinity](https://github.com/infinity-gbc/infinity)
## ASM