Search found 5 matches

by westpig2
Thu Nov 01, 2018 12:23 am
Forum: NESdev
Topic: I want create a easy language to develop nes easily
Replies: 8
Views: 7184

Re: I want create a easy language to develop nes easily

Part 1: A Start Screen The first Application written by CDH language should be started like this: 1) A background 2) A title 3) A player selection All the 3 are needed in Start Screen. Code: Start:{ Backgroud_Strart :[Show(1)] Title_Start:[Show(2)] Player_Choose:[Select(3)] } Main: { // } End: { // ...
by westpig2
Mon Oct 29, 2018 11:51 pm
Forum: NESdev
Topic: I want create a easy language to develop nes easily
Replies: 8
Views: 7184

youtube tutorial for part 1

https://youtu.be/UyyhLEWK1xI
here is the link ,people can see. Please support me , next , I will how to use this language to develop a real application.
by westpig2
Mon Oct 29, 2018 11:02 pm
Forum: NESdev
Topic: I want create a easy language to develop nes easily
Replies: 8
Views: 7184

Here is the language usage draft

CDH means : Creative Design Home (It's also my name abbreviation :lol: ) So for user: 1)Main Structure should be easy to use: Start: { Title_Start:[Show(00)] Player_Choose:[Select(01)] } Main: { Template_Name:[Show(03)] Template_Level:[Select(04)] } End: { Title_End:[Show(05)] Next_Operation:[Select...
by westpig2
Mon Oct 29, 2018 10:07 pm
Forum: NESdev
Topic: I want create a easy language to develop nes easily
Replies: 8
Views: 7184

Re: I want create a easy language to develop nes easily

Thank you for your suggestion.
1) Ok, I will focus on how to add a control pad in a touch screen.
by westpig2
Mon Oct 29, 2018 8:32 pm
Forum: NESdev
Topic: I want create a easy language to develop nes easily
Replies: 8
Views: 7184

I want create a easy language to develop nes easily

Here is my plan: CDH=Creative Design Home 1.easy to use and learn,especially for children. 2.With some templates, children just choose and modify. 3)Basic usage is click and drag. 4)Users just focus on logic,do not focus on graphics. (It should be started from www.nesdev.com. I hope a group nes fans...