Search found 41 matches

by Roland Chastain
Mon Sep 30, 2024 7:12 am
Forum: Games and Creations
Topic: Chazzla - Playable Chess AI
Replies: 7
Views: 748

Re: Chazzla - Playable Chess AI

That's very strange - Git didn't recognize the filename change from ".TTF" to ".ttf" and so ignored the push to repository. I had to manually delete and reupload it. :monocle: In any case, the release binary should be fine and the repo now has that change. Thank you. Now, a sugg...
by Roland Chastain
Sun Sep 29, 2024 10:12 am
Forum: Games and Creations
Topic: Chazzla - Playable Chess AI
Replies: 7
Views: 748

Re: Chazzla - Playable Chess AI

You are welcome.

I have just cloned again the git repository. The window size issue has been fixed, but the font issue is still here!
by Roland Chastain
Sat Sep 28, 2024 6:08 am
Forum: Games and Creations
Topic: Chazzla - Playable Chess AI
Replies: 7
Views: 748

Re: Chazzla - Playable Chess AI

Looks great! Congratulations.

Two small things:
  • Under Linux, I had to rename CHEQ_TT.TTF to CHEQ_TT.ttf.
  • The game doesn't fit to my (little) screen.
capture-chazz.png
capture-chazz.png (54.42 KiB) Viewed 521 times
by Roland Chastain
Tue Apr 30, 2024 2:04 pm
Forum: Support and Development
Topic: [SOLVED] Have some troubles with Animation again
Replies: 11
Views: 1987

Re: Have some troubles with Animation again

Hello!

player.currentAnimation should be defined in love.load(), and not only in love.update():

Code: Select all

function love.load()
    -- [...]

    player = {}
    player.currentAnimation = walkingRightAnimation
by Roland Chastain
Sun Apr 28, 2024 5:39 pm
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 29247

Re: Chessboard

glitchapp wrote: Sun Apr 28, 2024 8:43 am I hope you like them
Thank you for sharing your modifications. I never tried to run a LÖVE application on my mobile. It's on my to-do list. Your example will certainly help me.
by Roland Chastain
Wed Apr 24, 2024 9:21 am
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 29247

Re: Chessboard

Thanks for the compliment. I added a license file (AGPL-3.0-or-later).

The checker game is not mine. :)
by Roland Chastain
Tue Apr 23, 2024 4:28 pm
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 29247

Re: Chessboard

Incredible how time flies. :) I did put my nose back into my chessboard, and made some small improvements. Now there is a command-line option to choose a pieces set: --pieces=Fritz (default) --pieces=SMIRF --pieces=Warlord And another option to choose the language: --lang=English (default) --lang=Fr...
by Roland Chastain
Sat Dec 24, 2022 8:45 pm
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 29247

Re: Chessboard

@Kestutis

Seems to work very well. Thank you for sharing.
by Roland Chastain
Thu Dec 22, 2022 6:06 am
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 29247

Re: Chessboard

@Kestutis I don't know if you are interested in the idea of ​​improving the visual aspect of your game. Maybe right now you prefer to focus on the artificial player. But I just came across these images that I found beautiful. To save you time (in case you're interested), I'm attaching here a very si...
by Roland Chastain
Tue Dec 20, 2022 6:56 pm
Forum: Games and Creations
Topic: Chessboard
Replies: 43
Views: 29247

Re: Chessboard

Cool! It works well under Linux. Not yet had time to read the code carefully, but I will do it. Thank you for sharing.