Author Topic: BASIC Gaming reminder  (Read 609 times)

Lachie Dazdarian

  • Sr. Member
  • ****
  • Posts: 280
    • http://games.freebasic.net
    • Email
BASIC Gaming reminder
« on: May 01, 2012, 12:20:27 PM »
Hello everyone.

Allow me to remind you that the next issue of BASIC Gaming is comming out in 2-3 weeks, so if anyone has anything game dev related to show, be sure to post about it in the following weeks or email me screenshots/demos/info (if you want to keep them exclusive for the magazine).

Also, tutorials and articles are welcomed.

Email me: lachie13@yahoo.com

I got somewhat distracted during the last month, and sorry about that. It's hard to juggle between working over time and two communities. I'm trying to find a QB64 game project for me and hopefully I'll be able to start one soon. I definitely want to contribute to the Qb64 community in that way too.

Lachie Dazdarian

  • Sr. Member
  • ****
  • Posts: 280
    • http://games.freebasic.net
    • Email
Re: BASIC Gaming reminder
« Reply #1 on: May 13, 2012, 11:04:37 AM »
Allow me to bump this thread once more before the issue #6 is released. I've scheduled it for the next weekend (19th/20th of May).

QB64 news briefs so far:
* GO engine updates
* shuffle game by SMcNeill
* jrobert's TouhouTest video
* ummagumma games project news (http://ummagummagames.wordpress.com/)
* retro remake competition results
* Super Star Trek QB64 port by anttiylikoski

So far no articles or tutorials.

If you want to see more QB64 content in BASIC Gaming please post news on your game dev projects or submit articles

Cheers!

SMcNeill

  • Hero Member
  • *****
  • Posts: 2418
    • Email
Re: BASIC Gaming reminder
« Reply #2 on: May 13, 2012, 02:38:58 PM »
* shuffle game by SMcNeill

Thanks for mentioning my game.  It was just something I threw together for the wife and daughter to enjoy playing (they love puzzles, and it seemed simple enough to do), but I failed before to address several memory leaks in the program.  It wasn't freeing up fonts or images as it should, and could become a terrible resource hog.

Seeing the game mentioned here reminded me that I needed to fix that, and after sitting and staring cross-eyed at the screen for a few hours scrolling through code, I think I fixed and plugged all the problems.  The program should no longer keep jumping in memory usage, and I don't think I broke anything else fixing the problem.  (I hope!  LOL)

The newest version is downloadable from the Shuffle Game topic in the sample area of the boards here.  Take it.  Try it.  Enjoy it.  And let me know if something fails to work as it should.  It's always possible to break something else while fixing a problem.  ;)
http://bit.ly/TextImage -- Library of QB64 code to manipulate text and images, as a BM library.
http://bit.ly/Color32 -- A set of color CONST for use in 32 bit mode, as a BI library.

http://bit.ly/DataToDrive - A set of routines to quickly and easily get data to and from the disk.  BI and BM files

DarthWho

  • Hero Member
  • *****
  • Posts: 3853
  • Timelord of the Sith
Re: BASIC Gaming reminder
« Reply #3 on: May 13, 2012, 02:42:00 PM »
I am almost done with an article I am just proofreading it now.
Rassilon: My lord Doctor; My lord Master; My lord DarthWho
The Doctor and the master at the same time :WHAT!?!?!

FastMath 1.1.0 released: http://dl.dropbox.com/u/12359848/fastmath.h

Cyperium

  • Hero Member
  • *****
  • Posts: 3292
  • Knowledge is good, but understanding is better
    • Cyperium
    • Email
Re: BASIC Gaming reminder
« Reply #4 on: May 14, 2012, 04:32:02 PM »
I was a little bit too optimistic last issue that I would complete my Venture game, perhaps the issue after this one, but you seem to have a lot of QB64 game project news already, I'm pretty excited about the current progress on my game though, I've made slotmachines that you can play similar to SMB2 and win coins and also have a save-system so you don't need to restart from scratch every time. Also I'm now working on World 6 so only two more worlds to be done, but I'm also doing some work on the previous worlds as well so it's not really that easy to forsee how long it will take.


DarthWho

  • Hero Member
  • *****
  • Posts: 3853
  • Timelord of the Sith
Re: BASIC Gaming reminder
« Reply #5 on: May 14, 2012, 06:15:17 PM »
well you can include this with the Go engine update stuff a little bit of info on the personality AI engine series
general concept:
to allow for easy customization of different playing styles in board games
version 1: (status: lost)
designed for chess
used 6 variables
allowed for some customization on the weighting of the moves changing the play style
Version 2: (status: lost including notes)
Version 3: (status: never completed)
notes this was originally an attempt to expand to include other games (checkers and Chinese checkers)
used 17 variables at time abandoned
first appearance of drop in AI components
version 4: (status: under development)
focus changed from a generalized problem (multiple board games) to a specialized problem GO
change of direction in the basic weighting structure rather than simple static variables usage of equations defined by a set of three variables each to define the behavior of the AI allowing for a dynamic change in play style throughout the course of the game.
more advanced implementation of the drop in AI components model
uses some user feedback to determine the effect that it's move had (time it takes to respond things like that)
originally envisioned with 37 equations now uses 38
uses Horner form polynomials to compute the move weighting a little faster
version 5 (status: theoretical construct)
currently the concept for this is similar to version 4 but allows for the use of non polynomial equations and may expand on the user feedback system.
Rassilon: My lord Doctor; My lord Master; My lord DarthWho
The Doctor and the master at the same time :WHAT!?!?!

FastMath 1.1.0 released: http://dl.dropbox.com/u/12359848/fastmath.h

Lachie Dazdarian

  • Sr. Member
  • ****
  • Posts: 280
    • http://games.freebasic.net
    • Email
Re: BASIC Gaming reminder
« Reply #6 on: May 16, 2012, 04:05:11 PM »
Thank you for your news and submissions.

Jobert14

  • Full Member
  • ***
  • Posts: 233
  • BAHHH!!!
    • Email
Re: BASIC Gaming reminder
« Reply #7 on: May 16, 2012, 07:07:44 PM »
* jrobert's TouhouTest video

Can you please call me jobert instead? By the way, TouhouTest project is already abandoned some 2 weeks ago due to programming and copyright crap complications.
The C.E.O guy of Meido-Tek Productions (please warn me if this name is already taken).

Lachie Dazdarian

  • Sr. Member
  • ****
  • Posts: 280
    • http://games.freebasic.net
    • Email
Re: BASIC Gaming reminder
« Reply #8 on: May 16, 2012, 10:15:46 PM »

Quote
Can you please call me jobert instead? By the way, TouhouTest project is already abandoned some 2 weeks ago due to programming and copyright crap complications.

Well, that's news too. :) What are you working on now?

Jobert14

  • Full Member
  • ***
  • Posts: 233
  • BAHHH!!!
    • Email
Re: BASIC Gaming reminder
« Reply #9 on: May 17, 2012, 05:26:01 PM »
I'm working on CCSakura-EX again but reusing the PolyRend engine from TouhouTest for the 3D flying levels and bonus games. Sorry for abandoning TouhouTest but I might work on it once again with a different name. I don't know if you still accept Dosbox compatible QB45 games (making a danmaku shooter in a old DOS PC is one good challenge!).
The C.E.O guy of Meido-Tek Productions (please warn me if this name is already taken).

DarthWho

  • Hero Member
  • *****
  • Posts: 3853
  • Timelord of the Sith
Re: BASIC Gaming reminder
« Reply #10 on: May 17, 2012, 06:57:15 PM »
sorry I lost the usb drive I had the article on...
Rassilon: My lord Doctor; My lord Master; My lord DarthWho
The Doctor and the master at the same time :WHAT!?!?!

FastMath 1.1.0 released: http://dl.dropbox.com/u/12359848/fastmath.h

Axlyon

  • Hero Member
  • *****
  • Posts: 586
  • how do i put an avatar here?
    • Blogdude's Various Reviews
Re: BASIC Gaming reminder
« Reply #11 on: May 18, 2012, 12:19:23 AM »
sorry I lost the usb drive I had the article on...

ever head of windows breifcase? i backup all my drives onto it.
"Do or do not, there is no try"
Yoda in: Star Wars V The Empire Strikes Back

All the world is crazy save for thee and me, now i just have to find the "thee"

Goldeneye 007 Wii Friend Code: 393789775681

www.blogdudesvariousreviews.blogspot.com

Lachie Dazdarian

  • Sr. Member
  • ****
  • Posts: 280
    • http://games.freebasic.net
    • Email
Re: BASIC Gaming reminder
« Reply #12 on: May 18, 2012, 06:51:41 AM »
Sorry to hear that DarthWho. Hope you will find motivation to rewrite it for issue #7, if you fail to find your USB.

Jobert, of course QBasic content is acceptable for BASIC Gaming. Any new QB games or info on QB games in development are more that welcome to be featured in the mag.

Cheers!

Clippy

  • Hero Member
  • *****
  • Posts: 16446
  • I LOVE π = 4 * ATN(1)    Use the QB64 WIKI >>>
    • Pete's Qbasic Site
    • Email
Re: BASIC Gaming reminder
« Reply #13 on: May 18, 2012, 06:57:39 AM »
"His dog ate it"...  ;)

Seriously, could it be backed up somewhere as a temp file? Windows does that sometimes.
QB64 WIKI: Main Page
Download Q-Basics Code Demo: Q-Basics.zip
Download QB64 BAT, IconAdder and VBS shortcuts: QB64BAT.zip
Download QB64 DLL files in a ZIP: Program64.zip

A.R.B

  • Hero Member
  • *****
  • Posts: 606
Re: BASIC Gaming reminder
« Reply #14 on: May 18, 2012, 12:40:06 PM »
Axlyon...Your a Head Case!!


A.R.B
Knew That We Ventured On Such Dangerous Seas
That If We Wrought Out Life 'Twas Ten To One.

William Shakespeare, Henry IV, Part II, Act I, Scene 1 lines 181–2.
----------------------------------------------------------------------
Jesus Crucified By His Own Kind! Is Proof of How Bad! They Were! Are!