Setting Up A Dev. Environment For RetroGameDev's Patreon "Racing Game" Lessons (Linux Edition)

Опубликовано: 13 Октябрь 2024
на канале: OldSkoolCoder
834
36

Hi Guys,

As you know, I am a patreon of another content creator, and that creator was Derek Morris (aka RetroGameDev),
He has published his first few lessons to his patreons, and I thought it would be a good idea, to show how to set up his development environment for this development series called "Racing Game"

Now, I have already done this for Windows 10, Im taking a freshly created Linux Ubuntu Virtual Machine to set this environment up, and hopefully this helps you fellow patreons to establish your own environment based on what Im about to show you.

Links:
RetroGameDev Patreon Page :   / rgd  
Visual Studio Code : https://code.visualstudio.com/
CC65 Compiler : https://www.cc65.org/
Mesen (NES Emulator) : https://mesen.ca/
Commodore VICE Emulator : http://vice-emu.sourceforge.net/

Commands used in the video:
sudo apt-get install cc65
sudo apt-get install cc65-doc

sudo apt-get install vice
https://sourceforge.net/projects/vice...

tar -zxvf vice-3.3.tar.gz
cd vice-3.3
sudo cp -vR ~/Downloads/vice-3.3/data/* /usr/lib/vice

https://github.com/SourMesen/Mesen

sudo apt install gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/rep... stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update

sudo apt-get install mono-devel
sudo apt-get install libsdl2-2.0

https://www.mesen.ca/

Enjoy.

You can get all the tutorials and source code from my Git Hub Repository at https://github.com/OldSkoolCoder/

Would you be so kind in supporting me on Patreon, If so, here is my Patreon page at
  / oldskoolcoder  , Thank You.

You can follow me on Twitter at @OldSkoolCoder.

You can email me on [email protected]

Patreon Co-Producer :
Stuart Hurst

Patreon Producers :
Dale Andrew Darling
John DiLiberto
Andrew Shore
Juergen Pichler

Patreon Assistant Producers :
Julien Nadeau Carriere
Derek Morris (aka RetroGameDev)

Patreon Associate Producers :
Peter Martin
Jeffery T Birt
James Taylor
Mark Shephard
Robin @ 8 Bit Show And Tell
Karl Tylman
SPBarryHercules
Menno Homan
Ben Wood
Michael Hielsen
Nuno Mendes aka PicoWireless.net
Justin
Stacy Bates
Geoff Archer

Music Provided By MotionRide Music @    / motionridevideos  

#retrogamedev #RacingGame #Linux