QB64.org Forum
Active Forums => Programs => Topic started by: Kiara87 on December 25, 2020, 12:32:10 pm
-
hi to all I leave these lists of games written by an Italian programmer
I wanted to post in the play area but I don't know why I don't have the create new post button in that section
-
Hello -
Thanks for posting! The reason Games is off-limits to posting, for now - is that this section was supposed to be "curated" - i.e. vetted by someone with Librarian status.
We've been a tad lazy about it... :-/
-
Hi Kiara87
compilando i sorgenti sul tuo PC che risultato hai ottenuto?
Sul mio PC ho avuto delle finestre molto piccole e un framerate impossibile per poter usare i giochi (ho visto AirComb e PIP)-
ad inizio di ogni codice sarebbe utile aggiungere
inoltre suggerirei di aggiungere _LIMIT 20 nel main loop di gioco
e qui viene il bello. Sono programmi scritti in Qbasic/QuickBasic45 con le tecniche note al momento e con uno stile spaghetti code.
Usano la chiara tecnica dello sprite interno con i blocchi DATA e le immagini create sullo schermo sono memorizzate in array di integer. Un vecchio metodo valido ma è possibile una variante più semplice con le nuove funzioni del QB64!
Sarebbe un interessante esercizio tradurne uno in moderno QB64.
English version
compiling sorgents on your PC what results have you got?
On my PC I got small windows and an impossible framerate for playing the game (I have tried AirComb and PIP).
At the start of each program code I suggest to put moreover I suggest to add _LIMIT 20 in the main loop of the game and now it becomes funny! Those are programs written in Qbasic/QuickBasic4.5 using tecniques of programming wel known at that moment and with a style of programming spaghetti code.
They use the clear tecnique of the sprite inner to the code program stored into DATA blocks and the images created on the screen are stored into arrays of integer. An old valid method but today it is possible a easier variant using the new Keywords of QB64! It would be interesting exercise translate one of these programs into modern QB64 manner.
-
Hi Kiara87
compilando i sorgenti sul tuo PC che risultato hai ottenuto?
Sul mio PC ho avuto delle finestre molto piccole e un framerate impossibile per poter usare i giochi (ho visto AirComb e PIP)-
ad inizio di ogni codice sarebbe utile aggiungere
inoltre suggerirei di aggiungere _LIMIT 20 nel main loop di gioco
e qui viene il bello. Sono programmi scritti in Qbasic/QuickBasic45 con le tecniche note al momento e con uno stile spaghetti code.
Usano la chiara tecnica dello sprite interno con i blocchi DATA e le immagini create sullo schermo sono memorizzate in array di integer. Un vecchio metodo valido ma è possibile una variante più semplice con le nuove funzioni del QB64!
Sarebbe un interessante esercizio tradurne uno in moderno QB64.
English version
compiling sorgents on your PC what results have you got?
On my PC I got small windows and an impossible framerate for playing the game (I have tried AirComb and PIP).
At the start of each program code I suggest to put moreover I suggest to add _LIMIT 20 in the main loop of the game and now it becomes funny! Those are programs written in Qbasic/QuickBasic4.5 using tecniques of programming wel known at that moment and with a style of programming spaghetti code.
They use the clear tecnique of the sprite inner to the code program stored into DATA blocks and the images created on the screen are stored into arrays of integer. An old valid method but today it is possible a easier variant using the new Keywords of QB64! It would be interesting exercise translate one of these programs into modern QB64 manner.
si e vero sono tecniche un po vecchie perche il programmatore usava una versione di qbasic
come hai detto te si puo migliorare a rinnovare il codice in effetti lho postate per imparare
come a segnalato anche bplus è un buon metodo per imparare prendere un codice vecchio e tradurlo in QB64
magari traducendo il codice si acquisisce e si capisce meglio cosa si sta facendo
qui il canale dove ho scaricato i sorgenti il canale youtube
-
sorry but given video not work ?
-
sorry but given video not work ?
forse perche non era il link del video ma del canale
cerca deovin code da youtube
-
These links seem to work
DEOVIN channel https://www.youtube.com/channel/UCKzMPGn9-_uyK8PLhjnmT-A/videos (https://www.youtube.com/channel/UCKzMPGn9-_uyK8PLhjnmT-A/videos)
PIP game https://www.youtube.com/watch?v=xNlGsK7TNzg (https://www.youtube.com/watch?v=xNlGsK7TNzg)
AirCombat https://www.youtube.com/watch?v=c6Q2svC6RO8 (https://www.youtube.com/watch?v=c6Q2svC6RO8)
in his playlist there are some Qbasic tutorials (Qbasic Pacman tutorial, Mappa 2D qbasic, Qbasic tutorial, Analisi Videogame Qbasic)
The channel has a low visualization rate.
PS
the author has ignored QB64 and has migrated to C/C++ and Java to get access to the Android world!
Android , the missed goal of QB64 since SDL version! (0.94) In the future it will be interesting to see a reinassence of this aspect of QB64. I know vagly that a main issue was the virtual keyboard. But I think that there are many issues under the hood.