gamelab-os-spec.md should document a complete and working plan to implement a virtual Amiga Workbench using Phaser 4.0.0-rc.2, it should allow the user to click icons which open draggable windows use the following as a starting point: https://labs.phaser.io/boot.html?src=src\scenes\multi%20demo\boot.json
WARNING: OUTDATED TUTORIAL. I will get around to updating this at some point, but for now I don't recommend following this tutorial to build the apps.
Seen all the tutorials for building RSDKv5(U) on Mac that you can muster but still haven't gotten it up and running yet? Well, I hope you can handle one more, because this will finally be the one to fix it! I can guarantee it because I was in your shoes and had to figure all this stuff out myself. This is a text tutorial for learning how to decompile RSDKv5(U) and run Sonic Mania Plus or Sonic Origins on your Mac.
How to build RSDKv5:
Step 1: Install Xcode and the command tools (the command tools can be installed by running this command: xcode-select --install
but only after installing Xcode). If you already have them, move on to step 2.
--- | |
### How to create the zip | |
1. Create a folder named `trump_pixel_art_animation`. | |
2. Inside it, create the three files above with the exact content. | |
3. Run the Python scripts in order. | |
4. Zip the folder using your OS tools or command line: |
How to document a new codebase
Use this template to document a new codebase.A place to record any important logic that you come across that is worth documenting.
Refers to the different landmarks of a codebase to help you navigate around. Where are the API methods defined? Where are interactions with the database?
const TILESET_HEIGHT = 8; | |
const TILESET_WIDTH = 8; | |
export const isObjectEmpty = (obj) => | |
obj !== null | |
&& typeof obj === 'object' | |
// https://stackoverflow.com/a/32108184/4307769 | |
&& Object.keys(obj).length === 0 |
# [email protected] / Android API-Level 35 (Android Version 15.0) | |
# download Android Studio for Mac (64-bit, ARM) - https://developer.android.com/studio | |
- uncheck Android Virtual Device during install, other default installs: | |
Android SDK Build-Tools 36 v.36.0.0 | |
Android SDK Platform-Tools v.35.0.2 | |
Android SDK Platform 35 | |
Sources for Android 35 | |
Android Emulator v.35.4.9 |
<a href="https://codepen.io/CodeMonkeyGames/live/dyxYEQG">https://codepen.io/CodeMonkeyGames/live/dyxYEQG</a> |
.: pixel character editor, rotation, spine movement, voxel editor :. | |
https://store.steampowered.com/app/1739300/Smack_Studio/ |