looking for partner(s) to geme-dev together
looking for partner(s) to geme-dev together
hello everyone...
i'm looking for a partner or partners to develop with them a game in freebasic. i've coded two games of my own in freebasic they were all text games with no graphics and i'm interested in getting more experience in game dev and graphics in freebasic... it's a time of a pandemic and we are all locked down at home afraid to go out (at least me) so it is idle time for working on a game dev (if you got the time and passion for it) i don't have exactly an idea for a game yet could be something about the corona pandemic or more personal or other subject... if you are interested you can contact me by my e-mail in the "send e-mail to ron77" in my profile or just leave a message here... i will be also willing to join an existing project of a group effort and help and learn to help with the project (game)...
P.s. you can also contact me through Skype my username is live:ronblue_2 or you can inform me you wish to meet me on Freebasic discord server I am there under the nick ron77
ron77
i'm looking for a partner or partners to develop with them a game in freebasic. i've coded two games of my own in freebasic they were all text games with no graphics and i'm interested in getting more experience in game dev and graphics in freebasic... it's a time of a pandemic and we are all locked down at home afraid to go out (at least me) so it is idle time for working on a game dev (if you got the time and passion for it) i don't have exactly an idea for a game yet could be something about the corona pandemic or more personal or other subject... if you are interested you can contact me by my e-mail in the "send e-mail to ron77" in my profile or just leave a message here... i will be also willing to join an existing project of a group effort and help and learn to help with the project (game)...
P.s. you can also contact me through Skype my username is live:ronblue_2 or you can inform me you wish to meet me on Freebasic discord server I am there under the nick ron77
ron77
Last edited by ron77 on Jan 22, 2021 12:55, edited 1 time in total.
Re: looking for partner(s) to geme-dev together
I'm trying to organize a game development team. Maybe we can try to cooperate.
-
- Posts: 862
- Joined: May 05, 2015 5:35
- Location: Germany
Re: looking for partner(s) to geme-dev together
So maybe this link could be of interest for you:
http://games.freebasic.net/forum/index.php
http://games.freebasic.net/forum/index.php
Re: looking for partner(s) to geme-dev together
Thank you very much, this looks like another site, but the domain name is under freebasic.net, I will follow here often.grindstone wrote:So maybe this link could be of interest for you:
http://games.freebasic.net/forum/index.php
Re: looking for partner(s) to geme-dev together
i've registered to this site and forum last year yet my account has not yet been approved by the admin... does anyone knows what's up with that? or how can i email the site admin to WAKE HIM UP?
Re: looking for partner(s) to geme-dev together
You can post, can you not? That means that your account was effectively approved. If not, you would only be allowed read-only access.ron77 wrote:i've registered to this site and forum last year yet my account has not yet been approved by the admin... does anyone knows what's up with that? or how can i email the site admin to WAKE HIM UP?
Re: looking for partner(s) to geme-dev together
perhaps i wasn't clear enough to THIS http://www.freebasic.net forum i'm registered and an an active member but to www.games.freebasic.net forum i'm not approved as a member even due i registered over 6 month ago so there are 2 forums 1. freebasic.net 2.games.freebasic ,net they are not the same!!!!
SO I MEANT IN MY POST TO THIS FUROM : http://games.freebasic.net/forum/index.php
RON77
SO I MEANT IN MY POST TO THIS FUROM : http://games.freebasic.net/forum/index.php
RON77
-
- Posts: 862
- Joined: May 05, 2015 5:35
- Location: Germany
Re: looking for partner(s) to geme-dev together
The latest post in this forum is dated November 07, 2020, 02:32:57 PM, the latest member registered in February 2019. Seems this forum is dozing off. I wasn't aware of that when I mentioned the link, sorry!
Referring to game-dev I could contribute two different base frames: One for a simulation of a variable number of interacting individuals and another for a UCI chess engine.
The simulation base was developed for the (uncompleted) attempt of a midage battle simulation. This latest version is a test run of a battle of 500 warriors armed with muskets against 1600 warriors armed with pikes. Every dot represents a warrior, it's interesting how the metrics of the battlefield affects the denouement of the battle.
An other program I used this base for is a (working) flight operator simulation
The chess engine base is part of my project colochessum, a chess engine testing program. To have a look at the engine base, download
https://www.freebasic-portal.de/porticu ... -1857.html.
You also need the include files
https://www.freebasic-portal.de/porticu ... -1858.html and
https://www.freebasic-portal.de/porticu ... -1859.html
The only thing you have to do to make it a working chess engine is to replace the "random" function of the line with the algorithm that chooses the best move from the list of legal moves. *grin*
Referring to game-dev I could contribute two different base frames: One for a simulation of a variable number of interacting individuals and another for a UCI chess engine.
The simulation base was developed for the (uncompleted) attempt of a midage battle simulation. This latest version is a test run of a battle of 500 warriors armed with muskets against 1600 warriors armed with pikes. Every dot represents a warrior, it's interesting how the metrics of the battlefield affects the denouement of the battle.
An other program I used this base for is a (working) flight operator simulation
The chess engine base is part of my project colochessum, a chess engine testing program. To have a look at the engine base, download
https://www.freebasic-portal.de/porticu ... -1857.html.
You also need the include files
https://www.freebasic-portal.de/porticu ... -1858.html and
https://www.freebasic-portal.de/porticu ... -1859.html
The only thing you have to do to make it a working chess engine is to replace the "random" function of the line
Code: Select all
Print "bestmove " + legalMove(Int(Rnd * legalMoveCount) + 1) + " ponder (none)" 'send move message to GUI
Last edited by grindstone on Jan 17, 2021 16:10, edited 1 time in total.
Re: looking for partner(s) to geme-dev together
Oh I see. I thought you meant this forum. My bad.ron77 wrote:...
SO I MEANT IN MY POST TO THIS FUROM : http://games.freebasic.net/forum/index.php
...
Re: looking for partner(s) to geme-dev together
hello
i want to join
my specialities are graphics and ai
i m not good at inventing a new game
see my posts were i m capeble of
if you want to use my code do
but mention my name in the credits
greatings blua
i want to join
my specialities are graphics and ai
i m not good at inventing a new game
see my posts were i m capeble of
if you want to use my code do
but mention my name in the credits
greatings blua
Re: looking for partner(s) to geme-dev together
Hi ron77, what text games did you make? I am fascinated with well-designed text-only interactive fiction. Would you care to share the games?ron77 wrote:i'm looking for a partner or partners to develop with them a game in freebasic. i've coded two games of my own in freebasic they were all text games with no graphics
What are your strengths in game design? (pixel art & animation, 3d art & anim, vector/other art & anim, story writing & character development, music/sfx, physics | math | algorithms, engine coding, creative thinking and ideas) ?
Just some thoughts. :)
Nice to see someone wanting to jump into a new project. With Raylib for FB now (my personal choice) and all the great coders here, it's definitely possible to do a great game.
Re: looking for partner(s) to geme-dev together
Hello... I'm a complete beginner in game dev. Here is an example of a game I made viewtopic.php?f=15&t=28685 I'm not good at graphics I would like to learn... and raylib is another thing I would like to learn. I'm good I guess at the basics that is simple text based games and a simple plot or character building
You can can contact me via Skype my username there is live:ronblue_2 or in the FB discord server were my nick is also ron77
Ron77
You can can contact me via Skype my username there is live:ronblue_2 or in the FB discord server were my nick is also ron77
Ron77
-
- Posts: 3954
- Joined: Jan 01, 2009 7:03
- Location: Australia
Re: looking for partner(s) to geme-dev together
Downloaded raylib for FreeBASIC,mrToad wrote:With Raylib for FB now (my personal choice) and all the great coders here, it's definitely possible to do a great game.
https://github.com/IchMagBier/raylib-fb
but when I tried to compile the first example it couldn't find -lraylib ??
Command executed:
"C:\FreeBasic\fbc.exe" "C:\FreeBasic\raylib-fb-master\raylib-fb-master\examples\2d.bas"
Compiler output:
C:\FreeBasic\bin\win32\ld.exe: cannot find -lraylib
Results:
Compilation failed
System:
FBIde: 0.4.6
fbc: FreeBASIC Compiler - Version 1.07.1 (2019-09-27), built for win32 (32bit)
OS: Windows NT 6.2 (build 9200)
Re: looking for partner(s) to geme-dev together
@BasicCoder2,
you'll have to download the library itself too. See: raylib 3.5 (latest release).
So far, you've only got the FreeBASIC headers, for interfacing FB with the lib.
you'll have to download the library itself too. See: raylib 3.5 (latest release).
So far, you've only got the FreeBASIC headers, for interfacing FB with the lib.
-
- Posts: 3954
- Joined: Jan 01, 2009 7:03
- Location: Australia
Re: looking for partner(s) to geme-dev together
@MrSwiss,
Ok, thanks.
https://github.com/raysan5/raylib/releases
Which should I download?
raylib-3.5.0_win32_mingw-w64.zip
raylib-3.5.0_win64_msvc16.zip
raylib-3.5.0_win32_mingw-w64.zip
raylib-3.5.0_win64_msvc16.zip
Ok, thanks.
https://github.com/raysan5/raylib/releases
Which should I download?
raylib-3.5.0_win32_mingw-w64.zip
raylib-3.5.0_win64_msvc16.zip
raylib-3.5.0_win32_mingw-w64.zip
raylib-3.5.0_win64_msvc16.zip