Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

OlivierGuillaume

140
Posts
3
Topics
66
Followers
2
Following
A member registered Apr 20, 2018 · View creator page →

Creator of

Recent community posts

(1 edit)

Hello,

I am a somewhat experimented Unity dev.

I don't want to spend a lot of time on this jam, though.  So I don't want to be a "main" dev.

But I like experimenting with "technical art" like shaders, particle systems, procedural animations, procedural meshes etc.

So I am available to join any serious team as a technical artist (team with a least a dev and an artist).

Things I can do: cutom shaders, custom post processing effects, particle systems, animated textures, randomized texture, custom skyboxes, simple procedural animations...

Examples:

Scene with several custom shaders: outlines, fog, skybox, cellshading, terrain


A scene made during my last jam with an animated texture, randomized wall/floor/ceiling texture, randomized cosmetic elements (spider webs, mushrooms, flowers, grasses...):


(1 edit)

Look at my last game.

I was drawing inspiration from the 3D dungeon crawlers of the mide 90's. But as I have limited pixel art skill and as I didn't had a lot of time, I used a very low resolution (16*16).

So, yes, it kinda look like minecraft but with billboards.


As a bad artist I experimented with a lot of "low skill" art styles: minimalism, simple vectorial art, neon, moebius/sable inspired style (cellshading+outlines) and more recently 3D pixel art.

When you edit your game page you have an "add screenshoot" button at the right, just below the cover image settings.

The jam page use the same screenshoots.

The game needs more polishing but the concept is good and the game is already playable and fun as it is.

Very ambitious game, but overscoped as a one week jam entry. There is a lot of potential here but most of the systems seems to be halfway implemented and doesn't work. IMO it could have been a great entry if you focused more on the core gameplay loop and less on the extras.

The graphics, atmosphere and humour of the game are great. The stealing mecanic is already fun thanks to the humorous comments and the fact that you can steal everything. It would have been great with additional tension if the gard AI was working.

Also:

  • Don't port your unity 3D games on webgl, performances are terrible and it's basically unplayable (unless you optimize it a lot).
  • The guard material is missing (it's pink)

The mecanic is genius. I would require a better tutorialization, though, as I didn't undestand it at first, and had to read the game page. But it make interesting puzzle, is very original and fits the theme perfectly.

The art is great, one of the best looking among the games I rated. And the most complex by far. But it has readability issues, especialy the doors that are not visible enough. Also the chromatic aberation effect, while cool looking, hurts the readibility and is a bit headhache inducing after a while. Maybe tune it down.

This game has a very good polish in all its aspects (graphics, audio, ui...).

The projector and switches puzzles were balanced, not too easy, not too hard. The safe puzzle was a bit too obvious. It would not be a problem if I was not the last puzzle before the end. But it is and it felt a bit anticlimactic.

Also I found the key in the switches puzzle room before solving it. It should be locked.

The game lenght is perferct for a game jam.

The atmosphere of the game was a bit confusing. The theme and the music suggest an horror game but the house seems very ordinary. It could use one or two weird props to set the mood a bit better.

Bugs and glitches:

- I had a very weird bug on the projector puzzle. I was entering the right combination but only the first color was working (orange), but the second one (blue) failed. I spent something like 15 minutes on it but it wasn't working. I watched Ategon's video, he was doing the same thing as I was doing. I restarted the game, still doesn't work. I restarted again, and it worked! I did exactly the same thing than in the first 2 tries I have no idea why it wasn't working.

- I got stuck between the window and the safe, but I was able to jiggle myself out of there eventually

- The shadows are glitchy (jagged edges)

(1 edit)

Thanks you for your feedback!

Is the "stutter" the small slow down just before the doors?


I didn't noticed it before and I have no idea what's causing it, I will investigate.

[EDIT] Fixed. It was the CharacterController colliding with the ceiling despite not touching it. I'll release this fix in the post jam update.

The door listening is a great use of the theme.

Art and audio are good, although adding a walking animation on the player character could have make it better (even a very basic one).

Respawning with the items would have been less rough than restarting from the beginning every time.

For a jam the old input system does the job well. Just use GetAxis for movement, it's easier to use and has better compatibility (works with gamepad and non qwerty keyboards).

The new input system is probably better for big projects with complex inputs and with support to a lot of different devices. It's easier to customize and can deal with more complex inputs than just pressing and releasing keys. But it's also a bit more complex to use so it's not necessarily better for a small game.

I beat the mind test. It was nice. The riddles difficulty is well balanced. I think the one about the father is wrong, though. The ansmer should be "me" unless I am wrong.

I wasn't able to pass through the first room of the strengh test even after many tries. The camera angle make it very hard to see what's happening and the jump controls felt a bit weird (a "coyote time" would helps).

The graphics are nice. Maybe adding a pixelated texture to the walls/floor would have made them fit better with the character.

The polish of this game is incredible. Sound design and animations are very well made and make the game feels great. The art is very cute. IMO the only polish-related thing that is not perfect is the music that doesn't really fits the exploration theme.

The gameplay is simple yet addictive. At some point it become a bit too click intensive for me, then I found the "x2 resources when exploring" bonus and I got basically infinite resources and explored everything.

Great music and backgrounds. Good game!

(1 edit)

The sokoban + portal mecanic works extremely well. It's intuitive and deep which is what make puzzle mecanics great. And I don't think I ever seen it before (and I played sokoban inspired games a lot).

The level design was very good too, although the difficulty curve was a bit rough and some medium difficulty levels were needed between the very easy ones and the relatively hard ones (it's not an issue for people who are used to sokoban inspired games, but in the general public a lot of players will abandon).

The art and audio are good too.

One if the best games I rated.

Beside the difficulty tweeking, IMO the only things that need to be improved are QoL: 
* an undo last move button 

* a reminder to tell wich door correspond to wich key because it's easy to confuse them.  

* arrow keys support, gamepad support, non-qwerty keyboards support  

* a skip dialog button

You should submit this game to coolmathgames after you fix the QoL and difficulty curve. It's the kind of game they like and you will earn some money (I sold a sokoban inspired game to them in the past).

I love the art style! (I made a game with billboard characters too).

The ambiance was great thanks to the music and the fog. The combat animation, trail and sound feels good, but the lack of feedback make it hard to understand what is happening. And the camera control felt weird and slow.

Some Unity related stuff:

  • With the old input system, use the GetAxis method instead of GetKey for WASD, because GetAxis supports different keyboard layouts. Or use the new input system with default configuration.
  • Use "Cursor.lockState = CursorLockMode.Locked" or "Cursor.lockState = CursorLockMode.Confined" to prevent the cursor to go outside the game view (second screen).

The idea is good and the cosy atmosphere is nice.

The controls felt needlessly overcomplicated. WASD movement is fine, mouse movement is fine, but mixing the two doesn't work well. Same think for the pollen collection, why clicking twice (flower then pollen) when it could be done without clicking at all?

Otherwise the game was enjoyable yet a bit repetitive.

It looks like you didn't had much time for this jam so it's hard to judge.

The art style is ok. IMO it just needs a better lighting (just changing the main and ambiant lights colors could be enough) and something to hide the unity's default skybox like a ceiling or a random skybox from the asset store.

The gameplay needs more work but it was a good idea. I rated other games with a similar premise and some of them were very good!

Also there is a problem in the web version. The screen is cropped. The healthbar is hidden and the doors are not entierely visible. The windows version does works, though.

I'm a regular of r/DestroyMyGame so if you want to be really honest you can.

https://itch.io/jam/brackeys-11/rate/2534995

(I already know about the procedural generation bugs)

(1 edit)

1 and 3. This jam requires you to have 20+ rates. Itch.io algoritm also penalize games that have less rates than the median (but it probably doesn't matter because of the 20 rates cap of this jam).

2. This jam only allows game breaking bug fixes.

4. By default the "submissions" page is random, so just rating games doesn't help you getting more rates. There is a "sorting by karma" option that sort according to number or rates and feedbacks posted, but idk how many people are using it as it is a bit hidden. I think the best way to get rates is to write feedbacks and hope that the dev rates you back.

Excellent interpretation of the theme. I was able to get most of the letters but after a while I didn't get any new word so I got stuck at 18/26.

The idea is very original. I think the windows related mecanics have a lot of potentiel. But they felt a bit underexploited in this game. For example rooms with no doors on some of their sides so the windows need to be moved to access it, or an unkillable monster that travel from window to window and can only be killed by closing the window they are currently in.

The combat gameplay was simple but effective, and had a lot of weapon diversity and bonuses, which is really good for a jam. The only real problem is the fact that aiming is controled by the mouse and the game stops everytime I clicked outside the windows (which happened a lot).

Graphics and audio are both great, especially as you didn't used any premade assets.

I will rate your game.

Here is mine: https://olivierguillaume.itch.io/goblins-and-fireballs

Par "mort" je parlait d'une image du monstre qui apparait puis le jeu qui se ferme tout seul (ou alors le jeu a planté?).

L'ambiance est très réussie. Graphiquement c'est plutôt sympa aussi. Par contre je suis mort d'un coup dans un couloir vide sans en comprendre la raison. Et la sensibilité de la souris est BEAUCOUP trop basse ce qui rend les mouvements pénibles.

I completed the game. The mouse-only controls are a good idea, but in my opinion, it still needs some tuning. Perhaps adjusting the collision detection to be more forgiving and slightly increasing the movement speed would enhance the overall experience.

REALLY interesting idea! It could be more polished but the gameplay works like a charm and is very original.

I had trouble with wall jumps too. It seems to randomly work half of the time. I wasn't able to pass through the shaft on the 3rd screen despite trying for 10 minutes.

The graphics are good, though. Especially the character.

Art is good. The background is a bit dull, though. A basic paralax background make sideview games look way better with little work (just 2 textures with bamboos for example, and a 3 lines script).

The gameplay is ok but the controls are not very intuitive, and some of them unecessary. For exemple why do we need to press 2 keys to jump? Just make it automatic (like in Mario games). This is especially true in a game jam where you can expect that most players will not be used to platformers and pretty bad at it.

It's a very well executed game. The graphics are nice. The atmosphere too. The puzzle have an adequate difficulty (not too hard yet creative enough). The game lenght is perfect for a game jam entry. The "cinematics" scenes are incredible for a one week project. There is not much to criticize about this game.

THis game has a great atmosphere and nice graphics. But the gameplay wasn't appealing to me, the movement speed is very slow and not much is happening. Also most actions lacks feedbacks (shooting, picking an item...).

I tried with an xbox 360 controller and the aiming wasn't working at all. I don't have a qwerty keyboard so I can't use wasd, and the arrow keys were not supported either. I managed to finish the game with movements with the controller and aiming with the mouse but it wasn't ideal.

(1 edit)

Your right about your critics. I already remade some rooms to be bigger but it was not enough. The funniest rooms are the biggest ones when you fight 10 goblins at once. The missing doors is a know bug of the dungeon generation algoritm but I didn't had time to fix it (also some doors leads to outside the map and others to a wall).

The game is addictive and fun. A end boss would have been great (or infinite monster scaling), because at some point you just destroy everything and can play for an infinite amount of time. Otherwise it's a solid entry. IMO the idea has potential if you want to continue it. It reminds me escape the fold.

The game is very well made, congrats! However I was not able to finish it because one level is bugged, none of the statue is speaking (pressing space doesn't do anything). It's the 2nd one with child and mom statues.


Also the dungeon procedural generation finally works!

But there is no gameplay yet.

Thank you for your repport.

It should be fixed now.

Unity with custom shaders.

I do. Please tell me what website it is so I can contact you by email.