rfabbri / pet

a comic cross-platform pet simulator game using PlayN + Lua
http://wiki.nosdigitais.teia.org.br/Pet
GNU General Public License v3.0
4 stars 6 forks source link

custom pet name #81

Open rfabbri opened 9 years ago

rfabbri commented 9 years ago

develop an initial UI to enter pets name

Dr Ricardo Fabbri Professor of Computer Engineering GNU/Linux registered user #175401 www.lems.brown.edu/~rfabbri pt.wikipedia.org/wiki/IPRJ labmacambira.sf.net


Concursos públicos para prof. adjunto no IPRJ/UERJ Computação :: Mecânica :: Física :: Outras Pós graduação CAPES 5, em Nova Friburgo, RJ

www.iprj.uerj.br

prestoppc commented 9 years ago

Comecei a criar algo, tem um outro ticket criado pra intro (interseccao entre video de introducao e inicio do jogo) e no meio do script ele pede pro jogador inserir o nome do coelho. Fiz em lua, nao sei se esta da melhor forma.

--intro pos video io.write("You were blessed with this fluffy little weird thing.\n"); io.read(); io.write("Now it is your problem. Got it?\n"); io.read(); io.write("First thing, How are you going to name it?\n"); petName = io.read(); io.write( petName , "? Sounds good for a wirdo.\n"); io.read(); io.write("Second thing, How are you going to educate and create it?\n"); io.read(); --[[need to create a animation with a round camera very close zoom in the pet entering the room until stop in the middle, the round camera zoom out presenting the game scenario and pet in central position in his initial status and normal randon movement, and game begins --]]