Advanced Search
Search Results
20 total results found
GDD
Typestroid Game Design Big Picture MMORPG Shoot asteroid by typing words Base building Team based gameplay Core Game Idea A casual multiplayer game (like Minecraft) where players login, shoot down asteroids to mine resources, then use those resources to bui...
Class Diagrams
How to create a new ____ ?
}List of elements in the app which might be needed to be added more of later on, write here only if there are few steps, else create a new page for it. Auth method create a new script in src\core\auth and create an object with AuthMethod type inside AuthMetho...
vvvv WIP vvvv
Local Supabase Server
Why? When working on a feature branch, we can't change the schema of staging/dev db as others testing or working on other branches might face conflicts. To avoid this issue, when working on a feature branch which requires changing schema of the db, local db se...
Good Practices
For states, if the component needs to update other child component on re renders, use zustand else use useState where there are expo component available don't use react native ones
Meeting Outcomes
31/3/24 Meeting outcomes how should we maintain special namaz timings? (jummah/multiple jamath for jummah/eid/janaza) there will be two types of masjid where masjid enters namaz timings preemptively that way, we will have data of namaz for months down t...
Setup/Build Guide
Setup Guides Setup ssh Run ssh-keygen -f ~/.ssh/github.com add text below in ~/.ssh/config (if file doesn't exist create one) Host github.com HostName github.com PreferredAuthentications publickey IdentityFile ~/.ssh/github.com run cat ~/.ssh/github...
OUTDATED Flow Diagrams
Code Convention
Main shouldnt have many changes on branches Script of the root node of the scene is the responsible to mange its children, these children should never be referenced directly (using $ or get_node) in other scripts. Signals should be used for things where emite...
Index
Services: Overseerr - Catalogue of movies and tshows to watch Plex - Video Streaming service Bitwarden - Password and Keystore Manager Bookstack - Writing and Maintaining Documentation Nextcloud - Cloud storage AudioBookShelf - Audiobook Streaming Admin: Sona...
Godot
Crash Course (Basics) Control Nodes Coroutines, Await and Yield in GDScript
KDE
useful alias echo "alias restartkde='kquitapp5 plasmashell & kstart5 plasmashell &'" | sudo tee -a /usr/share/cachyos-fish-config/cachyos-config.fish
Future Ideas
Swipe keyboard localization Additional features that could make the game progression a bit more interesting - Each planet could have the theme of a certain language (English/Dutch/German/Spanish/French/etc.). The initial few planets could be just English but...
General
Code OSS
i3
~/.config/i3/config # move workspace to monitor bindsym $mod+Ctrl+x move workspace to output right bindsym $mod+Ctrl+z move workspace to output left # next previous workspace bindsym $alt+z workspace prev_on_output bindsym $alt+x workspace next_on_output # m...
Planet Info
location cfg/planets.xml contains multiple <planet> tags on base <planet> Planet.xml Attributes id: The unique identifier for the planet. This is an integer that tells about each planet. starsNeeded: The number of stars required to unlock this planet. name: T...
Creating new Obstacles
Obstacles are objects in the game which can be shot at by the ship by typing a word mentioned on them. You can create new obstacles by following steps This Document shows steps to create the boilerplate for a new obstacle. Config Create a new script for the o...
Commands
adb shell svc usb setFunctions mtp enable mtp quest2
Portfolio
Professional Seafight Made by: Bigpoint GmbH Seafight is the original real-time pirate combat MMO where players customize their ships to explore the seas as well as hunt other players and participate in giant sea battles. Made using Unity with Java backend, C+...