Spoiler
Tasks
*Map Creating/Editor Tool(Make sure it's easy to use and the map doesn't flicker when drawing it in-game and in the map editor)
*Map Designing(How the map should look, Where the base is, Which bosses should be in it etc)
*Character Designing(How they look, How strong/fast they are, Abilities etc.)
*Character Movement(Jumping etc.)
*AI(An AI for minions and enemy bots)
*GUI(Menus etc.)
*Installer
If someone would like to help please fill out a form like this
Task: <task(s)>
Lua Experience: <1/10>
Previous Programs/Games: <program(s) game(s)>
This is how a player kinda could be
--[[
jH > How high you can jump
j > The number that checks how high you've jumped
hp > Health points
tHP > Maxium health points
mana > Mana
tMana > Maxium mana
sX = Players ScreenX position
sY = Players ScreenY position
x = Players x position
y = Players y position
]]--
player = {
hp = 500,
tHP = 500,
mana = 250,
tMana = 250,
x = 25,
y = 9,
sX = 0,
sY = 0,
jH = 4,
j = 0,
}
I have created a game where you jump over spikes, You can check it out here
I will personally take these tasks(Ofcourse others can choose them too)
*GUI
*Character Movement
*Character Designing
*Map Designing
*Installer
Current group members
Hellkid98
nitrogenfingers
theoriginalbit
billysback
Freack100
- Hellkid98