Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

JFab00

1
Posts
1
Topics
3
Following
A member registered 87 days ago · View creator page →

Creator of

Recent community posts

Raccoon Assault community · Created a new topic v0.1

Here's everything that has been added to the "first" version of the game:

  • Menu scene containing:
    • Play button that leads to the game scene
      • In the future it should lead to the character creation and character customization
      • Also here you should be able to create a lobby for multiplayer
    • Settings button that is disabled since I haven't implemented any settings yet :D
    • Exit button...
  • Game scene:
    • For now is just the default "Starter Assets" map in which you can test the movement of the character as well as killing some enemies that are created via the "Clearly not a reference to Cube Game" object...
    • F3 activates my custom Debug UI that shows the various logs that are usually printed in the Console... (so that I can test the game in full screen)
    • Current mechanics:
      • Movement via WASD keys
      • Jump via Space key
      • Dash via Shift key
      • Aim via Right Click
      • Shoot via Left Click
      • Reload via R key
      • (not so many IK)
    • Enemies can attack you but you can't die... (feature yet to be implemented :D)
    • Script for power-ups is in development, but is yet to be implemented