Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Mobandon

32
Posts
1
Topics
10
Followers
84
Following
A member registered Jun 14, 2016 · View creator page →

Creator of

Recent community posts

Update: I ran into a new problem :(

The first 2 levels run fine, but after the 3rd one is loaded, the game crashes.

Output: https://pastebin.com/9jt5y59T

It works for me too!

I am indeed from a region that uses comma decimals.

Thank you!

Hello! I have also the same problem (Windows 10). I ran the game from the command line and it gave me this output:

https://pastebin.com/xEV6NTNd

For me, it seems like it failed to parse a number from a JSON object. But maybe it's not the case for you.

Merci beaucoup pour ce super retour !

Je prévois de travailler sur une version post-jam qui, en plus d'ajouter des niveaux, va complètement changer le feed-back visuel et sonore.

-Je pense rajouter des messages "d'erreurs" qui s'affichent quand le joueur essaie de faire une action incorrecte.

-Deux blocs ne pourrons plus être sur la même case. Cela devrait rajouter un peu de difficulté et empêcher la confusion avec les blocs fusionnés.

-Le tuto sera plus interactif. Le joueur pourra comprendre comment attraper et bouger les blocs avant d'attaquer la fusion et la sortie.

C'est bizarre... La touche M déclenche la même action que la touche X, peut-être que cela résoudra le problème ?

(2 edits)

Je reconnais que le tutoriel n'est pas suffisamment clair.

Donc afin d'éviter de vous arracher les cheveux, voici le déroulement pas-à-pas du premier niveau:

Vous pouvez le compléter sans toucher les touches directionnelles.

1-Appuyez sur Z/C pour prendre les blocs qui sont à droite et en haut.

2-Juste après, appuyez sur X pour fusionner les blocs

3-Ensuite, sans bouger, appuyez une nouvelle fois sur X pour envoyez le blocs vers la sortie en bas.


Merci d'avoir essayé mon jeu !

Je suis désolé de n'avoir pas pu fournir des explications plus claires...

Est-ce que le laser vert est aligné avec le bloc et le portail ?

Peut-être que qu'un GIF pourra être plus efficace...


C'est très intéressant les jeux pour introduire la programmation. Pour 60H de jam, c'est un beau boulot!

L'interface est claire, et ça a dû être un challenge de designer tout ça sur Pico-8!

La vitesse de l'exécution du programme est un peu lente à mon goût, mais elle peut être convenable pour un non-initié du code.

Bravo !

C'est pas grave ! Tu n'es pas le seul. J'ai fais l'erreur de déterminer les règles de jeu à la moitié du temps imparti. J'aurais dû y penser dès le début afin de pouvoir expliquer le gameplay clairement...

Je ne veux pas encombrer la description avec une tonne d'instructions car cela pourrait décourager le joueur.

Merci d'avoir essayé !

Merci beaucoup !

J'aurais aimé ajouter un peu plus de contraintes (comme une limite de mouvements) mais cela aurait pris pas mal de temps pour moi !

De plus, il faut déjà comprendre les règles de bases, ce qui (dans cette version du jeu) peut être déjà frustrant pour certaines personnes.

Merci, je suis ravi d'entendre ça ! Je suis encore un peu débutant et le temps imposé (ainsi que la fatigue) m'a empêché de faire des tests convenables. Tant mieux si il n'y a pas/peu de bugs gênants !

Merci beaucoup !

Je m'en doutais pour la clarté du gameplay. Je ne savais pas trop comment expliquer simplement et rapidement les mécaniques. C'est pour cela que j'ai mis des visuels dans la description du jeu, et même avec cela, il est facile de perdre son attention...

Thank you for implementing this quick! :D

It's an interesting way to create dialogs. I wanted to add more commands in order to keep the programming part simple, but I realized that answer and greets can be confusing for those who just want to explore a world...

Right now it appears that we can only set one usage word for a vessel. Will there be a way to add more in the future ?

Also I found a bug. If you just type say after programming the character, the screen goes white (I didn't find how to open the console yet...)

Paradise community · Created a new topic Characters
(2 edits)

Hello!

I have been exploring Paradise, and I love it so far!

After viewing the Github repository, I realized how easy it is to add an action. So I decided to fork the project and make some experimentation!

You can view the fork here! https://github.com/Mobandon/Paradise

Today, I added 4 actions: (These are still in experimentation, I think I will change their names...)

  • Greets
  • Talkto (Talk to)
  • Answer
  • Ask

All of them involve a new little feature: characters !

When you add a greeting message to a vessel, it will become a character. As for the "official parts", this only change the way the name is displayed. But this will also allows you to use the other three new actions !



Talkto Alice
Alice and Rabbit are characters. The first letter of their names is capitalized, and Alice is currently speaking.

--------------------------------------------------------------------------

Here is a little manual for the commands (v 0.1.0)

(find more information in the README file: https://github.com/Mobandon/Paradise/blob/master/README.md )

You can also use the help with command, the documentation is included !

Greets

  • greets Let's make some tea. Set the greetings of the host, which become a character.
  • greets Reset the greeting, the host is no longer a character. 

Talkto

  • talkto Alice Show the greetings of a visible character.

Answer (Inside a character)

  • answer favorite tea = I really like green tea! Set an answer for the host. Use "=" to separate the question from the answer.
  • answer favorite tea If the answer exist, this will delete it.

Ask

  • ask Alice Show the list of the available questions for a visible character (with the greeting).
  • ask Alice favorite tea Show the answer for a question.
Alice: I really like green tea!

-------------------------------------------------------------------------

Here is a little tutorial for creating a riddle!
create a sphinx
enter the sphinx
greets What is 2 + 2 ?
answer 1 = Wrong!
answer 4 = Great! The password is coffee.
answer 6 = Wrong!
leave
ask sphinx
ask sphinx 4 //Give the good answer

--------------------------------------------------------------------------

Q: Wait, how do I run this?

Paradise is build on Electron, you can clone the repository and follow this guide to build the app. https://electronjs.org/docs/tutorial/first-app#running-your-app

I hope you like my mod ! I am still a beginner (expect messy code), but adding those actions was fun and easy!

Thank you for reading !

Mobandon

I am so glad you enjoyed my game and put it in your article ! Thank you so much ! I think you already played one of my "old" games (when I was Monodream) for the miniLD63 :"Pong beat"...

Thank you very much! I always want to throw new stuff at the player nonstop, but it would reduce the potential of existing obstacles... It would be cool if I can make a level editor. In fact, we can hack a level very easily in this code file!

(1 edit)

This is such a cool and fun concept! I hope to see this gameplay in a full puzzle rpg! (This robot has great moves tho)

It's a great HaxeFlixel game! I was a little confused at first, but the audio part is good (I like the honk) and it's nice to see the colors leaks!

Thank you very much! Yume Nikki was indeed a big influence. I even wanted, first, to have a more eerie kind of tone, but this is the rainbow jam, so I decided to make the game more lovely!

Wow, that was so relaxing and lovely! I love the low-poly style, and the messages are so sweet <3.

Great music... Too bad I can't hear much of it because I keep losing with this walk speed... But the idea is nice!

As a REZ lover, I was really happy to play your game! I wish the gameplay evolve later in the game, but for a game jam, it's really good and creative, kudos for the music composition and the little details!

A very lovely and fun game! The gameplay can be improved, but the ambiance, the music, and our character are great!

(1 edit)

The concept looks quite promising (and the guys looks cute...), but like you say in the description, the game is crashing... That would be neat if I can play the rest some days!

This is a really cool concept! I like eerie and challenging games like that. I wish there was a little introduction at the beginning, but I want to see a full game with this gameplay!

Wow... This was a very well made and relaxing experience! The visuals are really, really cute and fun to interact. I was really deep into the story, and the end was so sweet! We need more games like this, congratulation!

Problably one of my favorite game of this jam. It's well made with a great use of the theme and it reminded me of the old adventure games .The first playthrough, the game was softlocked by a bug, but overall it was a very enjoyful experience!

Thank you! I like when a game tries to reach  everyone, for example with different difficulty settings, but I had just enough time to make only one... So if the difficulty is at your taste, it's good!

I'm so glad, because I was soooo nervous before posting my game! Thank you! :D

(1 edit)

Thank you! I really glad you love the art because graphic design isn't my speciality!

Thank you! I wanted to add more enemies, but the pico-8 engine has a characters number limitation, and I reached the limit way sooner than I thought!

That's a really cool concept! And the sound design is really good!

It can help to learn the spectrum order! (I don't know if it is called like that...)

But it's a 3d game played in browser, so the framerate is meh... (But I think you already know that!)

If this became a real game, I would buy it for sure!