Juegos recientesContinúa explorando
article cover
Hi everyone, here we are again! Today we introduce the advanced stats for games! Here is the full changelog:

FEATURES

  • Game stats. One of the most requested features is available right now! You can finally see all the stats of your game under this new page. To view them, simply click on "View stats" button in your game's page or the same button in your uploaded games section.

FIXES & IMPROVEMENTS

  • Fixed "Remove vote" button from game page not having styles.
  • Improved popularity algorithm to take in count new games and stats.

GAME STATS

Under your game stats you will find advanced information about: Visits, downloads, comments, times played, times added to library and votes! you will see total stats and charts that are divided this way:
  • Visits chart.
  • Downloads and plays chart.
  • Times added to library chart.
  • Comments and votes chart.
  • All combined chart.
also you will be able to change ranges: 7d, 30d, 90d, 1y and all time. And toggle metrics. you can see extra stats like average, stats this period, compare it with previous period or best day. Stats are private and only visible to developers. Note: Visits are available from today, so will be 0 previous days
article cover
Hi everyone, it's been a couple of months but we have plenty of news to share! Here it comes the 0.154.1 update with some fixes and the AI Disclosure for games feature. Also we want to announce that we are part of the Madrid in Game Start in Up program! This will help us a lot and it's a huge step forward for the future of Raccreative Games, we have a lot of features coming this summer and expect another update next week! We are preparing a lot of stuff for those months, so stay tuned! Here is the full changelog:

FEATURES

  • AI Disclosure.The AI Disclosure feature allows the developer of a game specify if the game uses AI and which categories, like art, code, narrative or audio. The users will be able to filter games that use AI with advanced options to filter all games or only games that use AI in given categories and if it is assisted or fully generated. This allow devs to have more transparency and allow users to see only what they want to see.

FIXES & IMPROVEMENTS

  • Updated framework version.
  • Security improvements.
  • SEO has been improved in some pages to better results for games and user generated content.
  • Added a dynamic sitemap.xml for better page indexation of user generated content.
  • Fixed favicon edition section appearing in game page for non-developer users.
  • Fixed team size and url slug of games not deleting correctly if saved as empty.
article cover
Sigillum is a first-person survival horror set in the streets of Málaga, Spain - and it's one of the most atmospheric indie demos we've seen on the platform.

ABOUT THE GAME

The streets have fallen into darkness. A disease has spread, and souls wander aimlessly. You must uncover the secrets behind the sudden emergence of a new threat - eliminating or hiding from enemies, finding alternative routes, and solving puzzles to fulfill your divine mission and put an end to the nightmare.
  • PSX aesthetic. Classic survival horror visuals combined with polished animations for a dynamic, atmospheric experience.
  • Faithful recreation of Málaga. Explore a city with a mysterious and sinister background, recreated with great attention to detail.
  • Puzzles and exploration. Unravel hidden riddles in the environment to unlock new paths.

WATCH THE TRAILER

ABOUT THE DEVELOPER

Closed Room Studios banner
Closed Room Studios avatar
Closed Room Studios
Closed Room es un estudio de videojuegos indie ubicado en Málaga. WISHLIST SIGILLUM NOW!
View profile
Sigillum is currently a prototype demo. The game is in active development, you can support the project by playing and leaving your feedback. Play Sigillum now for free: Sigillum page
article cover
Hi everyone, it's been a while but we have been working hard! Here it comes the 0.152.1 update with TONS of fixes and new UI. This update puts us closer to the 1.0! Here it is the full changelog:

FEATURES

  • UI Improvements.The UI of Raccreative Games has been enhanced! Some views have been completely redone, and some others have been updated and are better now.
  • New emails.Emails have been redone too with a fresh new style!
  • rac-delta.rac-delta library is now implemented on desktop app, this way rac-delta is fully implemented on Raccreative!
  • Frontend dependencies updated and modules refactorized. This makes Raccreative load times faster and smaller in size.

FIXES & IMPROVEMENTS

  • Fixed report bug not working (oops).
  • Fixed code and tutorials edit button not appearing for games with url slug.
  • Fixed a problem where some emails were not sent.
  • Fixed image resizing and compression for games, no more blurry images!
  • Fixed window size for login, 2fa and forgot password in desktop app.
  • Fixed websocket connections not working when a reconnection happens.
  • Fixed game images override when uploading images one by one.
  • Corrected home page game covers size.

NEW UI

The following pages have been redone: Desktop games library, Uploaded Games, Contact, Download desktop app, Raccreative Star.
article cover
Hi everyone, happy new year again! Here it is the 0.151.1 update, it adds full 2fa support, rac-delta implemented on raccreative, and a new experimental mac version for the desktop app! Here it is the full changelog:

✅ FEATURES:

  • 2FA.The Two Factor Authentication is here! Now you can maintain safe your account enabling 2fa in the advanced user settings section. Scan the QR with your authenticator app and you are ready to go! If you have 2fa enabled, it will be needed to login, delete account or delete games.
  • Mac Desktop App.Mac version is now available to download for the desktop app. It is experimental so if you find any bugs please report them!
  • rac-delta.rac-delta library is now implemented on Raccreative, so clawdrop uploads are now true differential. And soon will be implemented for desktop app downloads.
  • Clawdrop is now 1.0.0 release!
  • Frontend dependencies updated and modules removed. This makes Raccreative load times faster and smaller in size.

🔧 FIXES & IMPROVEMENTS:

  • Fixed upload progress not working on some browsers.
  • Fixed wrong vertical padding of some small pages.
article cover
Hi everyone, hope you all had a great summer! It's been a while, but summer is over and we are back to hard work! Here it is the 0.149.0 update, a big update that finally brings to Raccreative a requested feature... Our own CLI (Command Line Interface), and it's open source! Here is the full changelog:

✅ FEATURES:

  • Clawdrop. The official Raccreative Games CLI, it will allow users to authenticate, upload builds uploading only files that changed, and uploading posts via commands in your pc! You will find all the info at the bottom of the patch notes.
  • Favicons. Custom favicons are now available for your games! You can go to your game page or to your uploaded games and set a custom favicon, it will appear for everyone that visits your game. Favicons must be .ico, pngs or jpgs
  • Clawdrop docs added to the docs page
  • API Keys are now available, for now they are only used for Clawdrop, but can be managed and deleted under advanced user settings.

🔧 FIXES & IMPROVEMENTS:

  • Manifest.json is no longer added to the .zip, instead it is uploaded separately after .zip, this results in faster upload process
  • Fixed some laptop views
  • Fixed desktop app Splash not closing in some cases

💻 CLAWDROP:

With Clawdrop (command-line tool), you will be able to upload new builds of your games in a blink of an eye! It will scan and sync your game directory and compare with remote files, uploading only new or modified files, and deleting the obsolete ones. You can also create game post to automate patch notes or other announcements. The basic usage is "clawdrop [command]" But before you can use it, you must install it! You can find the releases and more info under: Clawdrop github repository As commented above, Clawdrop is open source, that means that the code is visible for everyone and you can contribute creating features or fixing errors! For all the detailed information, visit our official docs: Clawdrop Documentation
article cover
Hi everyone! Here it is the 0.145.2 update that adds DragonRuby as an official supported engine on the platform, a new badge image for external use, an info tooltip for /games, and some fixes! Here is the full changelog:

✅ FEATURES:

  • DragonRuby.This engine is now part of the official engines on Raccreative, you can view it here
  • Added a new "Available on Raccreative Games" badge image for developers under the presskit page.
  • Added a tooltip that will show images and short description of games when hovering games on /games.
  • Updated development framework version for better performance.

🛠️ FIXES & IMPROVEMENTS

  • Fixed system filters on /games, now it will filter games that are available on system A or system B, instead of system A and system B.
  • Fixed and error that could cause game news body to overflow.
  • Added an emergency link for HTML5 games that requires SharedArrayBuffer (this will open the game in a new window) while we work on a full support alternative.
  • Now we prevent url slugs of game news to be actual full urls.
Also we want to announce that we are working on a CLI solution to upload builds directly via command lines!
article cover
Hi everyone! Here it is the 0.143.2 update that finally brings Mac games! That's it, now developers will be able to upload Mac version of their games, this way their games will reach to every system, as all systems are now supported on Raccreative! Mac version for our desktop app is not yet ready, but there will be one in the future! Here is the full changelog:

✅ FEATURES:

  • Mac Games. As commented above, Mac games are now supported on Raccreative Games. To upload a Mac game simply go to the upload tab or update game section and provide a .zip with the Mac version of the game.
  • We have improved the hover menu in the "explore" button.

🛠️ FIXES & IMPROVEMENTS

  • Fixed appearance editor interface on smaller screens.
  • Fixed Raccreative Star page interface on smaller screens.
  • Improved help icons and tooltips on Upload page for better understanding.
article cover
Hi everyone! Here it is the 0.142.0 update that brings the indie game events! That's it, now indie game events from around the world can be hosted online at Raccreative Games and showcase games. This feature is an extension for in-person events and are fully customizable, here is the full changelog:

✅ FEATURES:

  • Events. As commented above, indie game events from around the world can be hosted officially in Raccreative, this means that they will have a custom home banner, and a page where developers, games and info of the event will show. To upload or send a game for an event, just enter the secret key the event hosts provided you.
  • We have improved the hover menu in the "explore" button.

🛠️ FIXES

  • Fixed mobile view with new home design.
article cover
Hi everyone! Here it is the 0.141.0 update that brings search games by country, captcha for register and a new home! Read the full changelog:

✅ FEATURES:

  • Search By Country. Now you will be able to filter games by country! What does this mean? This mean that, as long as the developer has public country set in its profile, you will be able to find games made in that country (For example, games made in Spain or Argentina).
  • Register Captcha. We added a Captcha to our register. This way we are able to improve security and avoid some kind of bots.
  • We have "remastered" the Home page, now the recent games section shows the 3 latest games and is more compact and small.
  • Added a "View more" button to large home articles.
  • Countries are now translated to spanish.
  • Updated app dependencies for better performance and removed unused dependencies for better load.
¡Únete a nuestro Discord y no te pierdas nada!
Únete al servidor