Skip to main content

JohannesRabauer/fxgl-skills

SkillsMP는 JohannesRabauer/fxgl-skills에서 48개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
48
GitHub 스타
0
GitHub 포크
0

이 저장소의 skills

직업 카테고리 1개 · 100% 분류됨

수집된 skill 48개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Add particle systems and visual effects to an FXGL game — configure ParticleEmitter with function-based setters (setVelocityFunction, setAccelerationFunction, setExpireFunction, setScaleFunction, setSpawnPointFunction); use built-in factory emitters (fire,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Start a new FXGL project through a bounded Socratic discovery flow, then turn the answers into a docs-first starter specification with ADRs, an arc42-lite architecture summary, and Mermaid use-case diagrams before scaffolding the project itself. Continue…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a Breakout or Arkanoid style game in FXGL — control a paddle horizontally, keep a ball at constant speed, bounce it off walls, paddle, and bricks, load brick layouts from level data, angle the reflection based on paddle hit position, handle lives and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a first-person 3D game in FXGL — set up a player-driven Camera3D, implement mouse look, move relative to the camera facing direction, add a crosshair HUD, raycast or pick 3D targets, simulate gravity and jumping, and manage a first-person weapon or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build an incremental idle or clicker game in FXGL — click for resources, buy auto-producers, scale costs exponentially, show passive income in the HUD, unlock upgrades by milestones, calculate capped offline progress on load, format very large numbers, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a Metroidvania in FXGL — connect multiple platforming rooms, transition between Tiled maps at screen edges, gate progression behind movement abilities, persist room state and item pickups, add a map overlay for explored rooms, support save points and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a rhythm game in FXGL — parse a beatmap, spawn notes early enough to scroll into a hit zone on time, score inputs by timing window, handle combo and grades, support hold notes, and keep chart timing aligned with audio as closely as FXGL's current audio…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a Snake game in FXGL — move on a discrete grid by timer steps, store the body as a deque of grid cells, grow when food is eaten, buffer direction changes, detect self-collision and wall rules, increase speed as the snake grows, and support multiple food…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a tactical RPG (TRPG) in FXGL — set up a tile grid where each unit occupies one cell, implement BFS movement range highlighting that respects terrain move cost, a turn order queue sorted by speed, an action point system limiting moves and actions per…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a third-person 3D game in FXGL — orbit a camera behind the player, move the character relative to camera direction, rotate the player to face travel direction, jump with manual 3D gravity, smooth the camera with a spring arm, avoid camera clipping, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a voxel or Minecraft-style game in FXGL — store a chunked block grid, generate terrain, place and remove blocks by 3D picking, highlight selected voxels, manage a hotbar of block types, rebuild visible chunk geometry after edits, and save modified chunk…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Source freely available third-party assets for an FXGL game, but only when the license clearly allows commercial use and modification. Download approved assets, organize them into the correct FXGL asset folders, and generate reusable provenance and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate AI-image prompts for temporary placeholder art in FXGL games. Optimize for gameplay readability, exact dimensions, consistent perspective, transparent backgrounds, and FXGL spritesheet compatibility rather than final production polish. Use this skill…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a beat 'em up brawler in FXGL — implement a side-scrolling stage that advances when all enemies in a section are defeated, melee hit detection using a short-lived hitbox entity in front of the player, knockback physics impulse on hit, hitstop (brief…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a bullet hell (danmaku) game in FXGL — create a tiny precise hitbox independent of the player sprite, add a graze sensor for near-miss scoring, script spiral and circular aimed bullet patterns, implement phase-based boss attack scripting, add a screen-…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a card game or deckbuilder in FXGL — manage a deck with shuffle and draw, display cards in a fanned hand layout with hover effects, implement drag-and-drop or click-to- play card interactions, enforce a mana/energy cost system per turn, define card…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build an endless runner in FXGL — auto-scroll the camera at increasing speed, keep the player at a fixed screen X while allowing only vertical movement (jump/duck), procedurally generate obstacles off the right edge and despawn them past the left edge,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a fighting game in FXGL — implement a character state machine (idle/walk/jump/attack/ hurt/block/knockdown), separate hitbox and hurtbox entities for accurate hit detection, an input buffer for combo and special move recognition, frame- window…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a match-3 puzzle game in FXGL — create an NxM grid of gem entities from a 2D array, implement adjacent gem swapping with invalid-swap undo, detect horizontal and vertical matches of 3 or more same-type gems, clear matched gems with particle effects,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a pinball game in FXGL — configure a kinematic flipper that rotates on key press using Box2D physics, set up a high-restitution DYNAMIC ball that bounces elastically, add circular bumpers that apply linear impulse to the ball on contact, implement a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a side-scrolling platformer in FXGL — set up physics with gravity for a player entity, implement jump with coyote time and jump buffer, handle one-way pass-through platforms, attach moving kinematic platforms the player can ride, bind the camera…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a top-down racing game in FXGL — implement vehicle physics with forward thrust, steering, friction, and drift, create a circuit track with ordered checkpoint gates for lap counting, add AI opponents following a predefined racing line with waypoints,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a roguelike or roguelite game in FXGL — structure runs with a full state reset on death, save only meta-progression permanently, generate a new procedural dungeon each run with DungeonGenerator, implement weighted RNG loot tables, show 3-choice item…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build an RPG or JRPG in FXGL — define character stats (ATK, DEF, HP, MP, SPD, XP/level), implement an experience and leveling system with stat growth, create a turn-based battle scene that transitions from overworld exploration, build an equipment system that…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a shoot 'em up (shmup) in FXGL — implement auto-scrolling background for vertical or horizontal scrollers, spawn enemy formations with timer-based waves, fire player bullets toward the scroll direction, script enemy bullet fan/ring/aimed patterns with…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a stealth game in FXGL — implement a conical vision field for guards with configurable range and angle, line-of-sight raycasting blocked by wall entities, a three-state detection machine (unaware/suspicious/alerted), a detection meter that fills while…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a real-time strategy game in FXGL — implement rectangle-drag unit selection with a rubber-band box overlay, right-click move commands routed to AStarMoveComponent per unit, group formation offsets to prevent unit overlap, a resource harvesting state…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a top-down 2D game in FXGL — disable gravity for the physics world, implement 8-direction normalized movement, bind the camera to follow the player with world bounds, aim and fire projectiles toward the mouse cursor, spawn a melee attack hitbox in the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a tower defense game in FXGL — implement waypoint-following enemies with WaypointMoveComponent, create a boolean grid for tower placement that excludes path cells, implement tower targeting logic (nearest/strongest/first enemy in range), fire…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a visual novel in FXGL — swap full-screen background images per scene, position character sprites at Left/Center/Right with cross-fade transitions, reveal dialogue text character-by-character with a typewriter timer, present clickable choice buttons…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement AI movement and pathfinding in FXGL — set up an AStarGrid, find paths using AStarPathfinder, attach AStarMoveComponent or RandomAStarMoveComponent to entities, implement GOAP (Goal-Oriented Action Planning) with world state and action preconditions,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Animate entities and JavaFX nodes in FXGL — translate, rotate, scale, and fade entities using AnimationBuilder DSL, play sprite sheet frame animations with AnimatedTexture and AnimationChannel, animate along bezier/path curves, animate JavaFX properties…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Play and manage audio in FXGL — trigger one-shot sound effects, loop background music, control master and per-type volume, load sound and music assets, use the AudioPlayer service directly, and speak text via platform TTS. Use this skill when adding sound…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use FXGL's built-in developer tools during development — enable the developer menu (F1 overlay), inspect all active entities and their components at runtime, use the in-game console to run commands without recompiling, profile FPS and memory with the profiler…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement inventory and trade/shop systems in FXGL — create typed Inventory objects, add/remove/query items, display inventory via InventoryListView, build a Shop with TradeItem buy/sell prices, open a ShopView or TradeView UI, implement buy and sell…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Bootstrap and structure an FXGL game application — set up GameApplication subclass, configure initSettings, initGameVars, initInput, initGame, initPhysics, initUI, and onUpdate. Use this skill when creating a new FXGL game, adding engine services, configuring…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Handle all input in FXGL — bind keyboard keys (held, press, release), mouse buttons and position, virtual on-screen joystick and controller buttons, hardware gamepad via fxgl- controllerinput, capture and replay input recordings, register input…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Integrate ML-powered intelligence features into an FXGL game via the fxgl-intelligence module — face detection from webcam, hand gesture recognition, hand landmark tracking, speech recognition for voice commands, and platform text-to-speech. Use this skill…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use and extend the FXGL built-in mini-game system — launch lock-picking, sweet-spot, trigger-mash, trigger-sequence (QTE), circuit-breaker, and random-occurrence mini-games via MiniGameService, handle success/failure results, configure difficulty, and author…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Add multiplayer and networking to an FXGL game — create TCP or WebSocket servers and clients via NetService, replicate entity spawns/positions/destruction across clients using MultiplayerService and NetworkComponent, synchronise player input, send and receive…

원문 언어: 영어

업데이트
수집된 skill 48개 중 40개를 표시합니다.