Intro Hey Terasology!!

sweety98

New Member
Hey All,
I am GSOC aspirant and after going through various organisations I found Terasology very interesting and it is also matching my skillset because I am well versed with Java.
I went through github page of terasology.Could someone guide me what are the concepts I need to understand in order to contribute efficiently as I am new to game development?
 

Michael

Moderator
Contributor
Architecture
You can start here and look through the gsoc idea list: https://github.com/MovingBlocks/Terasology/wiki/GSOC

Find something you like and I can either give you some direction or point you to an individual that can provide you more guidance. In general, you should probably just try to compile the Terasology codebase and get familiar with the Terasologie's ECS(Entity Component System). Try to work out and play with some of the existing modules in this org: https://github.com/Terasology. You will probably get a better reception if you either join in on the IRC or Discord.
 

sweety98

New Member
You can start here and look through the gsoc idea list: https://github.com/MovingBlocks/Terasology/wiki/GSOC

Find something you like and I can either give you some direction or point you to an individual that can provide you more guidance. In general, you should probably just try to compile the Terasology codebase and get familiar with the Terasologie's ECS(Entity Component System). Try to work out and play with some of the existing modules in this org: https://github.com/Terasology. You will probably get a better reception if you either join in on the IRC or Discord.
As you said I went through ECS and tried playing game with command line using the command - gradlew game but it is displaying as "bash: gradlew: command not found" and also couldn't compile it beacuse of the same error.So I just wanted to know what mistakes might have caused those errors?
Also please help me in connecting with anyone so that I can contribute more for the organisation.
 

Michael

Moderator
Contributor
Architecture
there is a shell file inside of the Terasology folder called gradlew. you have to execute it like a shell script to ./gradles game.
 
Top