Search found 1535 matches

by a_bertrand
Thu Sep 30, 2021 5:54 am
Forum: Game Design
Topic: A web RTS in .NET 5
Replies: -1
Views: 23943

A web RTS in .NET 5

While we was discussing some stuff on the discord channel, some members seemed interested to get access to the sources of a project of mine which is basically a simple RTS running inside a browser. I decided to extract the main code and to make it accessible to all: https://github.com/bertrandpsi/He...
by a_bertrand
Mon Sep 20, 2021 6:24 pm
Forum: Project Showoff Tier II
Topic: Latest pet project: HexTrader
Replies: -1
Views: 4472

Latest pet project: HexTrader

It has been a long time since the last time I worked on some sort of games or produced anything for myself. But as I got again some free slots, I thought why not experiment a few things... and experimenting slowly produced something which could be share. Over the last couple of months I wrote down s...
by a_bertrand
Mon Jan 06, 2020 12:22 pm
Forum: Advanced Help and Support
Topic: Energy Regeneration
Replies: -1
Views: 9952

Re: Energy Regeneration

You could have different ways to do it: 1) Have a cron every min which queries who did an action before 10 min ago => restore energy 2) When a page load you run basically the same as in point 1 (but doesn't require a cron, yet it may be run a lot more often, so you may need to have some way to make ...
by a_bertrand
Wed Sep 04, 2019 12:14 pm
Forum: Beginner Help and Support
Topic: database management
Replies: -1
Views: 8318

Re: database management

Honestly I believe your DB design is clumsy, I doubt you need to many entries per users, and certainly don't need so many queries. Well thinking make you save performances ;) Also mysql can handle without much troubles large quantities of rows if... you have a correct DB setup.
by a_bertrand
Wed Aug 28, 2019 2:19 pm
Forum: Beginner Help and Support
Topic: database management
Replies: -1
Views: 8318

Re: database management

All depends what you need to do with those data. If it's just for the game itself then the play_game_item table could have a column (text) which contains just a JSON with the attributes. If you need to query it, then it should be in a separated table such that you can query it. Also avoid multiple q...
by a_bertrand
Tue Aug 13, 2019 7:54 am
Forum: Programs/Assets/Libs/Open Source/Ect...
Topic: Packery
Replies: -1
Views: 7342

Re: Packery

Could be useful for dashboards... Thanks for sharing.
by a_bertrand
Tue Aug 13, 2019 7:53 am
Forum: General
Topic: DWM Installer
Replies: -1
Views: 12839

Re: DWM Installer

Should be indeed not all that difficult even in the old way (which still works and is the more dev standard way), however for those which has very little tech knowledge it could be an help.
by a_bertrand
Mon Aug 12, 2019 11:44 am
Forum: General
Topic: DWM Installer
Replies: -1
Views: 12839

DWM Installer

I made the installation of DWM yet easier. Download / Install a MySQL or MariaDb Download / Install Node.JS Clone the github Run the start_server.cmd This last command will install all the needed NPMs, start the server and runs your browser to the right URL starting a simple installer which will cre...
by a_bertrand
Mon Aug 12, 2019 5:48 am
Forum: Game Design
Topic: Favorite type of RPG
Replies: -1
Views: 13230

Re: Favorite type of RPG

I'm more into 3D games myself while I develop more 2D games (more due to the time involved and the techs).
by a_bertrand
Mon Aug 12, 2019 5:46 am
Forum: General
Topic: Dot World Maker - Standalone is on GITHUB
Replies: -1
Views: 16192

Re: Dot World Maker - Standalone is on GITHUB

Yes you can just clone. Next update will contain an easier installer which will setup the DB and change the local config file.

Go to advanced search