Write A Cross-Platform Adventure Game! (With Lazarus)

Поділитися
Вставка
  • Опубліковано 1 жов 2024
  • With Lazarus you can write and design a program on your PC then copy it to compile and run it on a Mac or on Linux. You can use the Lazarus IDE on all three operating systems to maintain both the code and the visual design and carry on development on whichever OS you prefer.
    In this video, I show an example of writing a very simple exploring-style adventure game on Windows then compiling and running it on a Raspberry Pi.
    WRITE AN ADVENTURE GAME
    The game here is very simple but if you want to create a complete adventure game, I explain all the essential techniques in a different UA-cam series which you can find here:
    • Complete Course in Adv...
    Huw Collingbourne is author of The Little Book Of Adventure Game Programming In C#. Available from:
    * Amazon.com amzn.to/33M6sQ4
    * Amazon.co.uk amzn.to/2YtaBrj
    And also, The Little Java Book Of Adventure Game Programming. Available from:
    * Amazon (US) amzn.to/3gizI93
    * Amazon (UK) amzn.to/3mydF0e
    SERIES PLAYLIST
    This series explains cross-platform programming using Lazarus and Free Pascal on Windows and the Raspberry Pi OS. It will cover everything from procedural Pascal to object orientation with Object Pascal. The Pascal language used is also closely compatible with Object Pascal for Delphi. Be sure to bookmark the series Playlist: • Cross-Platform Program...
    SETTING UP A RASPBERRY PI
    If you haven’t yet set up your Raspberry Pi, be sure to follow the online guide here:
    www.raspberryp...
    PROGRAMMING OBJECT PASCAL
    Huw Collingbourne is author of The Little Book Of Delphi (Object Pascal) Programming. Available from:
    * Amazon.com www.amazon.com...
    * Amazon.co.uk www.amazon.co....
    Download Lazarus and Free Pascal: www.lazarus-id...

КОМЕНТАРІ • 13

  • @ZYZZinVR
    @ZYZZinVR 7 місяців тому +1

    I just finished a final project for my course which required a java adventure game.. on our forum for the class you were mentioned a couple times and I did as well! just wanted you to know that in a class of probably 100 people more than a few benefit from your videos!

    • @LearnWithHuw
      @LearnWithHuw  7 місяців тому +2

      That's great to know! I'm glad I was able to help.

  • @gvtech1115
    @gvtech1115 6 місяців тому

    Does the Delphi developer have a job market in feature?

  • @budiardjo6610
    @budiardjo6610 4 місяці тому

    wow, you are the only youtuber who are really ambitious teaching pascal. thanks for videos

  • @GaryChike
    @GaryChike 7 місяців тому +1

    "Write Once .. compile anywhere." Thank you Huw! for the cool Pascal lessons!

  • @naqdimuhammad
    @naqdimuhammad 7 місяців тому

    Happy to see another video from this channel.

  • @Ligaya02jmo
    @Ligaya02jmo 4 місяці тому

    how to add another classes sir?

    • @LearnWithHuw
      @LearnWithHuw  4 місяці тому

      I'll explain that soon. But if you go to the playlists of my channel and follow my adventure game series (which mostly uses C# and Java) you may be able to figure it out.

  • @Ligaya02jmo
    @Ligaya02jmo 4 місяці тому

    do you have source code here sir?

    • @LearnWithHuw
      @LearnWithHuw  4 місяці тому +1

      No but I show all the code in the videos so you can use that to get started. Good luck!