This is the repository of Planet Casio's collaborative programming project. The target is to develop a RPG. See more here : https://www.planet-casio.com/Fr/forums/topic17343-last-projet-collaboratif-avec-toute-la-commu.html
Find a file
2023-07-14 15:28:00 +02:00
assets All tilesets converted to add transparency on foreground layer tiles 2023-07-10 20:22:54 +02:00
assets-cg added custom font support for both plateform + created a dummy font + corrected dialog text line spacing 2023-07-10 20:55:27 +02:00
assets-fx added custom font support for both plateform + created a dummy font + corrected dialog text line spacing 2023-07-10 20:55:27 +02:00
captures added some screenshots 2023-07-13 22:23:59 +02:00
src correction of a minor position issue in Dialogs on CG + better definition and use of GRAYMODEOK 2023-07-14 15:28:00 +02:00
.gitignore merged MiBi88's work on map movement and rendering + FCalva's work on adding a target for fxCG50 2023-07-07 18:22:39 +02:00
CMakeLists.txt Fixed the code to work with Sly's changes 2023-07-13 23:49:07 +02:00
LICENSE.txt added a layer Walkable in Tiled level0.tmx, importation in fxconv + dedicated walkable array in Map struct 2023-07-09 20:27:22 +02:00
README.md Fixed a little typo 2023-07-12 11:44:41 +02:00

Projet Collaboratif Planete Casio

Plus d'infos sur ce projet ici : Le projet Collaboratif de PC

Avencement du projet

A ce stade, on a déjà implémenté :

  • Screenshots, etc. par USB
  • Affichage de la map selon la position du joueur
  • Gestion des touches
  • Gestion des collisions
  • Carte Multilayer (Background, Foreground + accessibilité / Dommages) avec transparence du calque Foreground
  • Personnage
  • Dialogues
  • Fontes de caractères
  • Interaction
  • NPC
  • Changement de map

Crédits

Les tiles sont issues de Game Boy Top-down RPG Fantasy Tileset (FREE) "Background Assets by Gumpy Function (gumpyfunction.itch.io)" Tiles Background Assets by Gumpy Function

Converties en niveau de gris avec Gimp

Une version 1-bit (N&B) implémentée par Shadow15510 Une version couleur CG implémentée par Fcalva