Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xolatgames

Pages: [1]
1
SFML projects / Re: Vasya prepare jam for winter!
« on: January 29, 2025, 04:54:16 pm »
Hi, people! โœŒ๐Ÿผ

Today I've released new version of my 2D SFML open-source platformer ๐Ÿข ! It include three levels, but if you want - you can already create your own levels ๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ ! It's easy! You need for this just Tiled, and hands for rewriting the levels.ini file ๐Ÿ“ that already have putted right in the game folder ๐Ÿ“‚ ! Then Profit! ๐Ÿ‘๐Ÿผ

The video-gameplay is here.

This game also has pages on Gamejolt
And itch.io

Have fun! ๐Ÿ˜‰

P.S: But the source code of this project here ๐Ÿ‘‰๐Ÿผ https://github.com/xolatgames/vasya-prepare-jam-for-winter ๐Ÿคซ

2
It basically means that the downloaded SFML binaries are incompatible with your system.
This is the bane of Linux distros. It seems to use different GLIB versions.

To resolve this, you need to either use SFML 2.5.1 from the official package manager, switch to Debian testing and use the 2.6.2 version provided there, or build SFML yourself.

Alternatively, you could also use the SFML CMake template, though it has already been updated to SFML 3: https://github.com/SFML/cmake-sfml-project

Thanks so much! ๐Ÿ˜„ I'd just switched to testing version of Debian ๐Ÿ‘๐Ÿผ . And now I have latest versions of the packages ๐Ÿ˜ƒ

P.S: And everything compiled!

3
Hello people! โœŒ๐Ÿผ I have a little problem when I compiles my project. During the compilation process I gets the following error:



Before this I used Manjaro (Arch-based distro) which include the latest versions of packages by default. Now I use Debian.

I use SFML 2.6.2 version (which I downloaded from the official website)

If I uses SFML version from the Debian repository (which is deprecated), I gets this errors:



Anyone has some idea? I need everything to works ๐Ÿ™‚

4
SFML projects / Re: Vasya prepare jam for winter!
« on: November 03, 2024, 07:54:44 pm »
 Hi, dudes! ๐Ÿ‘‹๐Ÿผ โœŒ๐Ÿผ The version with the first playable map is available already! ๐ŸŽฎ
 
 
 I also have publish the executable files for Windows ๐ŸชŸ and Linux ๐Ÿง on GameJolt ๐Ÿ‘‰๐Ÿผ https://gamejolt.com/games/vpjfw/934280 and https://xolatgames.itch.io/vpjfw ๐Ÿ‘ˆ๐Ÿผ itch.io

 During the creation process I had to do Map parser for my game for https://www.mapeditor.org/ , because the available Map parsers ( https://doc.mapeditor.org/en/stable/reference/support-for-tmx-maps/ ) don't works correctly. It's available there: https://github.com/xolatgames/vasya-prepare-jam-for-winter/blob/main/src/MapParser.cpp , but if you wanna use this in your project you must leave the attribute: "Thanks to xolatgames for contribute!" or something like that...

 The GitHub page is still here: https://github.com/xolatgames/vasya-prepare-jam-for-winter

 Good luck! ๐Ÿ˜‰ โœŒ๐Ÿผ

5
SFML projects / Re: Vasya prepare jam for winter!
« on: November 01, 2024, 04:24:10 pm »
Hi there! โœŒ๐Ÿผ ๐Ÿ‘‹๐Ÿผ Here's another update of my 2D platformer game ๐Ÿ‘‰๐Ÿผ https://github.com/xolatgames/vasya-prepare-jam-for-winter

In the current update I've add sliders that setting up sounds and music volumes, and painted game sprites ๐Ÿ–Œ๏ธ . And as I promised - I allowed the character to contact with enemies ๐Ÿฐ

If you wanna see it in action, you can watch this: https://fediverse.tv/w/ofUQbFjju1fdnQagj773Ct

Here's only one thing left... is create more levels ๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง

6
SFML projects / Re: Vasya prepare jam for winter!
« on: October 31, 2024, 03:29:37 pm »
 And even week doesn't gone, but I've publish an update of my C++ game on SFML.
 I've add enemies ๐Ÿ˜ˆ but as a part of background yet. In the next update I'll paint this game ๐Ÿ–Œ๏ธ and add the ability to contact with enemies to player ๐Ÿ˜ต

 If you wanna see it in action, check this: https://fediverse.tv/w/1HE3BMpdNXe3PqSZjehrjp

 There has: Crawling... So... It doesn't seems like crawling... Running turtles ๐Ÿข , jumping rabbits ๐Ÿ‡ , and flying birds ๐Ÿฆ !

 The game is still here: https://github.com/xolatgames/vasya-prepare-jam-for-winter

 Have a nice play! ๐ŸŽฎ

7
SFML projects / Vasya prepare jam for winter!
« on: October 27, 2024, 04:37:00 pm »
Hello, people! Here's Ilyuha or xolatgames! ๐Ÿ‘‹๐Ÿผ โœŒ๐Ÿผ I'm newcommer here. And decided to starting my C++ way from SFML.

What I already made on it:
https://github.com/xolatgames/vasya-prepare-jam-for-winter

This is a simplest 2D platformer, that'll be short ๐ŸŽฎ

There already has:
Main menu, beautiful background with clouds and sun, walking and jumping character, music and sounds.

In some future I'll made more levels and add enemies ๐Ÿข

The first step I've already do! And I liked it! ๐Ÿ˜„

Have a nice play! ๐Ÿ˜‰

P.S: If you have interest, you can visit my website with more games: https://xolatgames.ru/

Pages: [1]