Search found 22 matches

by ricardo_sdl
Fri Nov 25, 2022 3:14 pm
Forum: Showcase
Topic: RoguelikeLike - roguelike game
Replies: 8
Views: 10118

Re: RoguelikeLike - roguelike game

Hi Fred!
I made a small change to allow to play the game with the arrow keys. I think this will work on a different keyboard layout, it's a good thing to keep in mind on the next games, thank you!
by ricardo_sdl
Thu Nov 10, 2022 2:52 pm
Forum: Showcase
Topic: RoguelikeLike - roguelike game
Replies: 8
Views: 10118

Re: RoguelikeLike - roguelike game

Thanks bembulak!
by ricardo_sdl
Wed Aug 31, 2022 2:56 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Add FormatNumber
Replies: 2
Views: 5708

Re: Add FormatNumber

Nice!
by ricardo_sdl
Sun Jul 11, 2021 10:11 pm
Forum: Showcase
Topic: RoguelikeLike - roguelike game
Replies: 8
Views: 10118

Re: RoguelikeLike - roguelike game

Thank you for your support chikega.
by ricardo_sdl
Fri Nov 06, 2020 3:43 pm
Forum: Showcase
Topic: Game jam entry - Dodge Disc - SpiderBasic Version
Replies: 2
Views: 6249

Game jam entry - Dodge Disc - SpiderBasic Version

Hi you all! I made a small game for the Disc Room Game jam . It's called Dodge Disc ("If you can dodge a disc you can dodge a ball!"): https://img.itch.zone/aW1hZ2UvODA2MjkwLzQ1MTgxMTMucG5n/original/J9hVDX.png You can play the game and get the source code compatible with PureBasic and Spid...
by ricardo_sdl
Fri Nov 06, 2020 2:30 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Add FormatNumber
Replies: 2
Views: 5708

[Implemented] Add FormatNumber

Hi!
Can we have the FormatNumber command? It exists on the PureBasic compiler:

Code: Select all

Result$ = FormatNumber(Number.d [, NbDecimals [, DecimalPoint$ [, ThousandSeperator$]]])
Thank you!
by ricardo_sdl
Thu Sep 17, 2020 2:45 pm
Forum: Showcase
Topic: Cowbduction - a game made with PureBasic (and SpiderBasic)
Replies: 4
Views: 7316

Re: Cowbduction - a game made with PureBasic (and SpiderBasi

plouf wrote:Nice idea well implement
Fun and good adition ti your portfolio !!

Also shows spiferbadic capabilities
Well done
Thank you plouf!
by ricardo_sdl
Tue Sep 01, 2020 3:27 pm
Forum: Showcase
Topic: Cowbduction - a game made with PureBasic (and SpiderBasic)
Replies: 4
Views: 7316

Cowbduction - a game made with PureBasic (and SpiderBasic)

Here it is another small game I created using the combo PureBasic/SpiderBasic for the pc/web versions: https://ricardo-sdl.itch.io/cowbduction Here is a video with the gameplay: https://www.youtube.com/watch?v=njhWqMngPtM As usual the source code is available. It's really dense (I needed it to compi...