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-08-14 21:15:38 +02:00
assets preparing stuff for map change when reaching borders during gameplay 2023-08-14 18:40:36 +02:00
assets-cg converter.py correctly reads and treat maps in world file (importation into data structure in C files not fully working yet 2023-08-08 09:46:07 +02:00
assets-fx Everything is working now. 2023-07-19 20:06:28 +02:00
captures added some screenshots 2023-07-13 22:23:59 +02:00
src added a verification on walkability of the target tile on next map 2023-08-14 21:15:38 +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
clean preparing stuff for map change when reaching borders during gameplay 2023-08-14 18:40:36 +02:00
CMakeLists.txt Cleaned CMakeLists.txt 2023-08-08 09:52:34 +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 added a verification on walkability of the target tile on next map 2023-08-14 21:15:38 +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 courante selon la position du joueur
  • Gestion des touches
  • Gestion des collisions
  • Multiple cartes avec importation automatique des fichiers world issus de Tiled
  • Carte Multilayer (Background, Foreground + accessibilité / Dommages) avec transparence du calque Foreground
  • Personnage
  • Dialogues (sauts de lignes et mots plus grands que l'écran pas supportés)
  • Fontes de caractères
  • Interaction
  • NPC
  • Changement de map durant le jeu

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) à été réalisée par Shadow15510 Et une version couleur CG (palette EGA64) à été réalisée par Fcalva