Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

auraes

400
Posts
24
Topics
18
Followers
A member registered Jul 01, 2019 · View creator page →

Creator of

Recent community posts

(1 edit)

Si, c’est pénible à maintenir. J’ai des bouts de scripts de mise en forme qu’il faut que je finalise, au moins pour la version zcode. J’ai voulu le datas.h assez simple dans sa forme donc facile à scripter.

indésirable à la cours -> cour
Ils l’avaient dont -> donc
forts similaires -> fort (adverbe)

Quelques erreurs :
Alors, le taulier, on m’a déjà oublié ? -> oubliée
Veuillez recevoir mes salutations les plus respectées » -> . »

Pinaillage :
mais je sus reprendre mon [calme #23] au bout d’un petit instant. -> la phrase est longue, une virgule avant le mais ne nuirait pas.
Au fil des années –> idem, une virgule après années.
dont on entendait parler depuis des années –> idem, virgule avant et après.

Peut-être à reformuler :
elle manquait juste de l’air iodé de la mer puisque
Questionner sur son identité

(1 edit)

J’obtiens bien un « j’0sais la clef » avec Lectrote (il s’agit du caractère zero et non de la lettre O):

Non, ce que tu pointes est du vieux code. Je l’ai refait. J’ai repris ta mise en forme de Callisto.z8 et le code est meilleur et plus compact.

J’ai mis une version C64 du Mystère du château hanté sur mon GitLab : mini-ldvelh/zcode/bin C’est du zcode interprété par Ozmoo (j’ai désactivé la répétition de la phrase saisie pour ce jeu, mais elle peut-être présente.)

Ce que je vise, c’est une version « pure » langage C avec le compilateur cc65.

Quelques erreurs perçus en jouant :
j’0sais la clef -> osais
une partie d’échec -> échecs (toujours au pluriel)
la prisonnière fut emporté -> emportée
une femme-pirate -> femme pirate

J’ai fait une version .z5 (15,5 kio !) et une version .d64 à partir du z5. Si cela t’interesse et si tu me fournis un e-mail je te l’inverrai. Je mettrai le code source du moteur sur mon GitLab, mais pas le source du jeu.

Je n’y ai pas encore joué mais cela m’enthousiasme : ça me rappelle La mort bleue ; je reconnais immédiatement la petite musique de ton style littéraire.

Il faudrait une relecture pour corriger quelques fautes et coquilles un peu gênantes (un simple aperçu) :
un tête à tête -> un tête-à-tête
avec un violence -> une
cette cellule était doté -> dotée
La petit pièce -> petite
Et cetera.

Pour le PDF, est-ce qu’il ne faudrait pas débuter chaque chapitre en haut de la page, et éviter ainsi les « veuves et orphelines » ?

Quelques rares fautes :

Il y a des livres de toutes les couleurs. renseignez la couleur du livre que vous voulez examiner :
-> Renseignez
Les livres ne sont pas vivant, on ne peut pas les énerver.
-> vivants
Les livres ne font pas de bruit par eux même
-> eux-mêmes.

Terminé dans des temps raisonnables et sans trop de difficultés.

(1 edit)

Simpler, but wrong!

else if (second ~= ink_bottle or water or pool or bubbler)

(not tested)

(2 edits)

Hi Garry,

Looking at the game’s source code, I was intrigued by your curious Fill function in the pen object (fountain pen). But that’s not the main point: while the potential filling of the pen is supported, its emptying is not. What’s interesting is that, in this case, the PunyInform library responds “The fountain pen is already empty”, whereas the standard library responds “The fountain pen can’t hold anything”. In both cases, this is not satisfactory for your pen.
I’ve reported the issue to PunyInform.

Regarding your curious Fill function, this might have been simpler:

    Fill:
        if (second == nothing) {
            if (TestScope(ink_bottle))
                print "(with the ink from the ink bottle";
            else if ((TestScope(water) || TestScope(bubbler))
                print "(with the water from the bubbler";
            else if (TestScope(pool))
                print "(with the water from the swimming pool";
            else
                "You'll have to tell me what to fill it with.";
            print ")^";
        }
        else if (second ~= ink_bottle or water or pool or bubbler)
            "You can't fill the fountain pen with ", (ThatOrThose)second, ".";
        "The fountain pen is already full of ink.";

(Edit)

(1 edit)

Unlike Harry Potter (J. K. Rowling lacked courage) Blanquette will die eaten by the wolf, whatever cards you hold. Blanquette’s death at dawn after fighting all night, is what makes Alphonse Daudet’s story so interesting.
If you have all 4 cards, you’re bound to win, as you’ll be fighting until dawn. The 5th card, The Morning Star card, the one that should enable you to defeat the wolf, will join the firmament, giving you access to the battle.

The score is buggy. I made a lot of changes for version 1; the score should now be correct.

Thank you for organizing this game jam. It was a great opportunity to create a new game.
Congratulations to Garry and all those who managed to deliver a game in the allotted time; in my opinion, that’s the greatest challenge of a game jam.

I’ve removed the TAP extension from my game, I’ll add an in-game helper if there’s any memory left on the C64 port.

Like all my games at the end of the game jam, these are closer to a prototype version than a version 1.

I don’t know what bug you’re talking about, but you can try playing version 1 if you still have some spare time.

I’ve recently read some of Kenneth Cook’s books, and it seems that in your peculiar country no animal is innocent.

I wanted the player to be able to finish the game without having to examine anything. Everything is directly visible. I should have put a pickable and examinable object framed by (*) in the first location of the game.

(1 edit)

Thanks.
I don’t remember if it’s possible to play Adventuron games offline?

I’ve submitted my game but it doesn’t appear and I don’t know if it’s been taken into account.

What minimum information should the itch.io page contain when the game is submitted?

Another unrelated question, but I can’t find an English onomatopoeia that describes the sound of a whistle? In French you could have something like this: “TRIT , TRIIIIIIT , TRllll , TRRRRRRIT”.

I also made some radical choices, we’ll see.

It’s the final stretch. I hope to have time to finish in time. There will be no beta testing for my game because I don’t want to have to deal with that. What is the status of the other games?

(1 edit)

This is the first time I spend so much time on paper. I’m going to start coding even if I haven’t fully completed the game design. I chose The Quill, it’s not the easiest one, but I’d like to see…

The homepage of the game jam is very well done and gives a lot of information, but it can be a bit intimidating: “Will I be able to live up to it!”

(2 edits)

Quelques erreurs dans le PDF :
Descriptions des type d’esprit → Description ; types
(new age, etc) → etc. (il y a toujours un point à etc.)
que l’on aurait autrement ignoré. → ignorés (les sentiers)
On peut déterminer les croyances d’un humaine => humain

(3 edits)

Ajout de la solution en vidéo.

You have left the strict mode active in your game. It’s not a big deal, but is it useful?

(1 edit)

Great! So I can participate. I just need to find someone to help me with English.
The rules of the game are a bit intimidating, it feels like we’re going to get scolded! I hope this won’t scare away beginners.

Who is ParserComp aimed at and what do you expect from the quality of the games provided?

(5 edits)

Quelques bizarreries de la bibliothèque :

> entrer calvaire
Vouliez-vous aller dans le calvaire ou le calvaire  ?

> casser miroir
Je songe à attaquer le miroir, mais rejette l’idée.

> grimper arbre
Il n’est pas possible d’aller [sur] les [arbre].

=> dans arbres

> e
There doesn’t appear to be an exit in that direction.

> insérer verre dans miroir
Vouliez-vous mettre le morceau de verre jaune dans l’éclat de miroir ou le miroir  ?

Il y a aussi, ci-dessus, deux caractères espace avant le point d’interrogation.

Les abréviations de déplacement h et b sont bien moins intuitives que respectivement m et d.
l n’est pas reconnu comme abréviation de regarder.

(1 edit)

Voulez-vous RECOMMENCER, CHARGER une partie sauvegardée ou quitter (QUITTER) ?

QUITTER est redondant.

C’est étrange que le canoë/barque soit dans l’inventaire alors que le joueur est à l’intérieur de celui-ci !

(14 edits)

Quelques boulettes orthographiques et grammaticales :

les mystères que ma mère a [laissé] => laissés
[la] ruban adhésif => le
L’un des [côté] => côtés
mon but ne [devrais] => devrait
bien qu’[il] luisent => ils (les arbres)
Cette viellie fontaine => vieille
je me [rend] compte => rends
[Cette] arbre => Cet
[Le] vanne => La
le journal de ma mère a [mystèrieusement] => mystérieusement
Une [tâche] de lumière => tache
le [motifs] => motif
Un interstice [apparait] dans la paroi => apparaît
mes yeux s’y [habitue] enfin => habituent
Elle est [glacé] => glacée
[Cette] endroit => Cet
Et si vous avez [trouver] la fin => trouvé
Veuillez taper l’une des [optons] proposées. => options
en 2 jours => deux jours
[Qand] j’ai enfin eu le courage => Quand
Je m’arrête un instant et [prend] => prends
Je m’amuse à [éclaire] => éclairer
C’est ce qui m’a [lancé] => lancée (le narrateur semble être une femme)
[Un] sommet du rocher est en haut. => Le !?
je n’ai rien fait d’autre que [] penser à elle. => de !?
il est toujours aussi [terni]. => terne !?
Grâce au burin, je parviens à retirer le morceau de verre [vert] de la stèle, => utile ?
Une dalle de pierre sans [ornementations] ni gravures => ornements !?
et l’endroit est apaisant sous les feuilles qui tombent [] l’odeur du pétrichor. => !?

L’apostrophe typographique est généralement plus élégant que l’apostrophe dit vertical.

(2 edits)

Je partage les points de vue positifs des commentaires.
J’ignorais que des passeurs à matraque pouvaient prendre le risque de partager le sort de « leurs clients » sur ces foutus rafiots.
Si la police de caractère le permet, l’utilisation de l’apostrophe typographique (’) est généralement plus élégant que l’apostrophe verticale ('). Ce n’est pas toujours le cas, il faut essayer. Idem pour le caractère unique points de suspension.

This reminds me of a fragment of Blaise Pascal’s thoughts:
“Flies are so mighty that they win battles, paralyse our minds, eat up our bodies.”
The flies that win battles are a reference to Montaigne who tells how the inhabitants of Tamly, besieged by the Portuguese, used swarms of bees to push them out.

(1 edit)

This short text was made for the Write 30 - Mini Jam Lightning Round (August 2021).

Short and strange, but achievable. What else can we ask for?

I was off the ship to get in the rowboat with ‘go rowboat’ again.

Finished! And all is well; I could drink rum at will.

(I will privately report a bug on intfiction.org; it contains a clue.)

I have the treasure, but I don’t know how to wake Cutter up to give it back.

I am using Frotz Unix and it does not seem to have an automatic scripting function. Nothing to worry about.

(2 edits)

You lock the possibility to go into the rowboat from south and down, but not with the ‘go rowboat’ action. This allows to get into the ship very quickly. I’m not sure that’s what you want.

Maybe you could add the optional extended meta verb ‘script’. This can be useful when playing.

I don’t understand any of this, but if that helps you:

The game is nice. I completed it with a score of 6 out of 8.

The possibility to stop the tutorial doesn’t seem to be mentioned in the game; maybe it should be included in the help function.
The stylized graphics are successful and deserve to be better integrated with the text (and my English too!).

Completed. I found the answer in the Walkthrough.
Great game, thanks.