mirror of https://github.com/kortix-ai/suna.git
improve prompt examples
This commit is contained in:
parent
3be3bb1178
commit
f67c65d4ae
|
@ -614,11 +614,11 @@ Let me update our todo.md file to reflect our progress:
|
||||||
- [x] Ensure responsive design
|
- [x] Ensure responsive design
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
- [ ] Test game mechanics
|
- [x] Test game mechanics
|
||||||
- [ ] Test collision detection
|
- [x] Test collision detection
|
||||||
- [ ] Test scoring
|
- [x] Test scoring
|
||||||
- [ ] Test on different screen sizes
|
- [x] Test on different screen sizes
|
||||||
- [ ] Final review and adjustments
|
- [x] Final review and adjustments
|
||||||
</full-file-rewrite>
|
</full-file-rewrite>
|
||||||
|
|
||||||
## Testing the Game
|
## Testing the Game
|
||||||
|
@ -645,36 +645,20 @@ ls -la
|
||||||
|
|
||||||
Let's update our todo list to mark the testing as complete:
|
Let's update our todo list to mark the testing as complete:
|
||||||
|
|
||||||
<full-file-rewrite file_path="todo.md">
|
<str-replace file_path="todo.md">
|
||||||
# Pong Game Development Plan
|
<old_str>## Testing
|
||||||
|
- [ ] Test game mechanics
|
||||||
## Project Setup
|
- [ ] Test collision detection
|
||||||
- [x] Create basic project structure (HTML, CSS, JS files)
|
- [ ] Test scoring
|
||||||
- [x] Set up the HTML canvas element
|
- [ ] Test on different screen sizes
|
||||||
- [x] Create basic styling
|
- [ ] Final review and adjustments</old_str>
|
||||||
|
<new_str>## Testing
|
||||||
## Game Implementation
|
|
||||||
- [x] Implement game canvas and rendering context
|
|
||||||
- [x] Create the paddles (player and opponent)
|
|
||||||
- [x] Create the ball with movement physics
|
|
||||||
- [x] Implement collision detection
|
|
||||||
- [x] Add scoring system
|
|
||||||
- [x] Implement basic AI for the opponent paddle
|
|
||||||
|
|
||||||
## Game Polish
|
|
||||||
- [x] Add sound effects
|
|
||||||
- [x] Implement start/restart game functionality
|
|
||||||
- [x] Add visual effects (ball trails, paddle hits)
|
|
||||||
- [x] Add game instructions
|
|
||||||
- [x] Ensure responsive design
|
|
||||||
|
|
||||||
## Testing
|
|
||||||
- [x] Test game mechanics
|
- [x] Test game mechanics
|
||||||
- [x] Test collision detection
|
- [x] Test collision detection
|
||||||
- [x] Test scoring
|
- [x] Test scoring
|
||||||
- [x] Test on different screen sizes
|
- [x] Test on different screen sizes
|
||||||
- [x] Final review and adjustments
|
- [x] Final review and adjustments</new_str>
|
||||||
</full-file-rewrite>
|
</str-replace>
|
||||||
|
|
||||||
<ask attachments="index.html,style.css,script.js">
|
<ask attachments="index.html,style.css,script.js">
|
||||||
I've built a classic Pong game for you! The game features:
|
I've built a classic Pong game for you! The game features:
|
||||||
|
|
|
@ -71,42 +71,20 @@ Now let's look at transportation options within Japan:
|
||||||
|
|
||||||
Based on the searches, I'm going to compile information to create your itinerary. First, let me mark some research tasks as complete and update our todo list:
|
Based on the searches, I'm going to compile information to create your itinerary. First, let me mark some research tasks as complete and update our todo list:
|
||||||
|
|
||||||
<full-file-rewrite file_path="todo.md">
|
<str-replace file_path="todo.md">
|
||||||
# Japan Trip Planning Todo
|
<old_str>## Research Phase
|
||||||
|
- [ ] Research flight options from Seattle to Japan
|
||||||
## Research Phase
|
- [ ] Research best cities/regions to visit based on interests (historical sites, hidden gems, cultural experiences)
|
||||||
|
- [ ] Research transportation options within Japan
|
||||||
|
- [ ] Research accommodation options within budget
|
||||||
|
- [ ] Research proposal location options</old_str>
|
||||||
|
<new_str>## Research Phase
|
||||||
- [x] Research flight options from Seattle to Japan
|
- [x] Research flight options from Seattle to Japan
|
||||||
- [x] Research best cities/regions to visit based on interests (historical sites, hidden gems, cultural experiences)
|
- [x] Research best cities/regions to visit based on interests (historical sites, hidden gems, cultural experiences)
|
||||||
- [x] Research transportation options within Japan
|
- [x] Research transportation options within Japan
|
||||||
- [ ] Research accommodation options within budget
|
- [ ] Research accommodation options within budget
|
||||||
- [x] Research proposal location options
|
- [x] Research proposal location options</new_str>
|
||||||
|
</str-replace>
|
||||||
## Itinerary Creation
|
|
||||||
- [ ] Create detailed day-by-day itinerary
|
|
||||||
- [ ] Balance activities between major attractions and hidden gems
|
|
||||||
- [ ] Include cultural experiences (kendo, tea ceremonies, Zen meditation)
|
|
||||||
- [ ] Include visit to Nara for deer park
|
|
||||||
- [ ] Plan walking tours of cities
|
|
||||||
- [ ] Identify and integrate romantic proposal location
|
|
||||||
- [ ] Calculate estimated costs for activities, accommodations, and transportation
|
|
||||||
|
|
||||||
## Travel Handbook Development
|
|
||||||
- [ ] Create HTML structure for travel handbook
|
|
||||||
- [ ] Add CSS styling for handbook
|
|
||||||
- [ ] Create maps section with key locations
|
|
||||||
- [ ] Create attraction descriptions
|
|
||||||
- [ ] Compile essential Japanese phrases
|
|
||||||
- [ ] Write travel tips section
|
|
||||||
- [ ] Add budget management section
|
|
||||||
- [ ] Test handbook functionality
|
|
||||||
|
|
||||||
## Final Review
|
|
||||||
- [ ] Review itinerary for balance and pacing
|
|
||||||
- [ ] Ensure all interests are addressed
|
|
||||||
- [ ] Verify budget alignment
|
|
||||||
- [ ] Finalize proposal location recommendation
|
|
||||||
- [ ] Proofread and finalize all documents
|
|
||||||
</full-file-rewrite>
|
|
||||||
|
|
||||||
## Creating Your Itinerary
|
## Creating Your Itinerary
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue